From 0585fa94c4809842b1ef6539cf1728327410fb10 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 3 Mar 2026 23:21:41 +0000 Subject: [PATCH 1/3] Initial plan From f9876351f0b0574651a08f03820fe0f5c7d11479 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 3 Mar 2026 23:22:37 +0000 Subject: [PATCH 2/3] Add Dependabot configuration for pip and GitHub Actions Co-authored-by: dgenio <12731907+dgenio@users.noreply.github.com> --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..c65e23d --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 +updates: + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "weekly" + target-branch: "main" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + target-branch: "main" From 03f8b6c7ce940b0e8de464321585c14d2398334b Mon Sep 17 00:00:00 2001 From: dgenio Date: Wed, 4 Mar 2026 05:40:04 +0000 Subject: [PATCH 3/3] chore: add dependencies label to Dependabot ecosystem blocks --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c65e23d..e3e281b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,8 +5,10 @@ updates: schedule: interval: "weekly" target-branch: "main" + labels: ["dependencies"] - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" target-branch: "main" + labels: ["dependencies"]