From 5f19c50203eae57e32c19a4f1519b8cbb1a58fb8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 16 Mar 2026 08:45:46 +0000 Subject: [PATCH 1/2] Initial plan From b9d0e0b7c46f72710d611a3c48f2f2797ce0d1e0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 16 Mar 2026 08:47:23 +0000 Subject: [PATCH 2/2] chore: update dependabot.yml to support github-actions and docker ecosystems Co-authored-by: erseco <1876752+erseco@users.noreply.github.com> --- .github/dependabot.yml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 182feb7..0b36a11 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,8 +5,18 @@ version: 2 updates: - - package-ecosystem: "pip" # See documentation for possible values - directory: "/" # Location of package manifests + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "weekly" + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + + - package-ecosystem: "docker" + directory: "/" schedule: interval: "weekly"