From 6694e7e32d42d35ded601c438a2f959d0e7ebe83 Mon Sep 17 00:00:00 2001 From: Kurt McKee Date: Sun, 1 Feb 2026 08:41:13 -0600 Subject: [PATCH 1/3] Rename `dependabot.yml` to `dependabot.yaml` --- .github/{dependabot.yml => dependabot.yaml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{dependabot.yml => dependabot.yaml} (100%) diff --git a/.github/dependabot.yml b/.github/dependabot.yaml similarity index 100% rename from .github/dependabot.yml rename to .github/dependabot.yaml From f35e8b278d09ae365031383c61b966807475bdfa Mon Sep 17 00:00:00 2001 From: Kurt McKee Date: Sun, 1 Feb 2026 09:12:12 -0600 Subject: [PATCH 2/3] Configure semi-annual Dependabot updates --- .github/dependabot.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 0b02ad73a..b90469c7d 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -3,7 +3,7 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "monthly" + interval: "semiannually" groups: github-actions: patterns: @@ -13,6 +13,6 @@ updates: - package-ecosystem: "pip" directory: "/requirements/" schedule: - interval: "monthly" + interval: "semiannually" ignore: - dependency-name: "*" From b5abe4c35b00b26da2980d662545e0bd56b5ad75 Mon Sep 17 00:00:00 2001 From: Kurt McKee Date: Sun, 1 Feb 2026 09:27:39 -0600 Subject: [PATCH 3/3] Configure a 20-day cooldown for Dependabot updates --- .github/dependabot.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index b90469c7d..9477f59db 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -4,6 +4,8 @@ updates: directory: "/" schedule: interval: "semiannually" + cooldown: + default-days: 20 groups: github-actions: patterns: