From b8c2f9fe890dbe1c3adea3077b4d34b56cd3680c Mon Sep 17 00:00:00 2001 From: Frank Bria Date: Thu, 9 Jul 2026 21:58:17 -0700 Subject: [PATCH] chore(deps): add dependabot cooldown stepdown policy --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 94483e9a..3d7651f5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,6 +12,11 @@ updates: # match the bare name (a `/**` suffix does not) — `*` matches name + any subpath. - dependency-name: "github/gh-aw-actions*" package-ecosystem: github-actions + cooldown: + default-days: 14 + semver-major-days: 14 + semver-minor-days: 7 + semver-patch-days: 7 schedule: interval: weekly version: 2