From 9c41ff3200d085b50de43b5334d3f888395f54cb Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 12 Nov 2025 15:46:10 +0000 Subject: [PATCH 1/2] Initial plan From 5b50ffd7776481c76146be1681687330baa51ce5 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 12 Nov 2025 15:48:59 +0000 Subject: [PATCH 2/2] Configure Dependabot to monitor GitHub Actions dependencies Co-authored-by: thomasturrell <1552612+thomasturrell@users.noreply.github.com> --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4c40d58e..5e95b1c2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,3 +11,7 @@ updates: interval: "weekly" reviewers: - "berrycloud/reviewers" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"