From a160145b17ff487adfa4519b087472e3d328088d Mon Sep 17 00:00:00 2001 From: Chris Povirk Date: Mon, 10 Aug 2026 13:08:17 -0400 Subject: [PATCH] Increase Dependabot cooldown from the default of 3 days to 7, as [required by `zizmor`](https://docs.zizmor.sh/audits/#rulesdependabot-cooldownconfigdays). --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1a6f7b71d..101abd21c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,8 @@ updates: directory: "/" schedule: interval: "weekly" + cooldown: + default-days: 7 groups: dependencies: applies-to: version-updates @@ -13,6 +15,8 @@ updates: directory: "/" schedule: interval: "monthly" + cooldown: + default-days: 7 groups: github-actions: applies-to: version-updates