From f66093db1b92664f3666156402dbdeac436fdd43 Mon Sep 17 00:00:00 2001 From: Garrett Beatty Date: Fri, 28 Aug 2026 10:56:12 -0400 Subject: [PATCH 1/2] chore: point dependabot at the default branch (remove target-branch: dev) --- .github/dependabot.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5141e8016..0a4adb238 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,7 +8,6 @@ updates: interval: "quarterly" labels: - "Release Not Needed" - target-branch: "dev" # Group all github-actions updates into a single PR groups: all-github-actions: From acbf4a27a23fe13b2dabe55f3e64e67adc4b8e98 Mon Sep 17 00:00:00 2001 From: Garrett Beatty Date: Fri, 28 Aug 2026 12:04:01 -0400 Subject: [PATCH 2/2] chore: add dependabot cooldown (satisfies semgrep dependabot-missing-cooldown) --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0a4adb238..8f4bce497 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,6 +3,8 @@ updates: - package-ecosystem: "github-actions" directory: "/" + cooldown: + default-days: 7 schedule: # Check for updates to GitHub Actions every quarter interval: "quarterly"