From ee2bbb9b04176fece3822eed8fdb5ba2959e62b1 Mon Sep 17 00:00:00 2001 From: Gavin Huttley <3102996+GavinHuttley@users.noreply.github.com> Date: Fri, 5 Jun 2026 14:47:41 +1000 Subject: [PATCH] DEV: update dependabot to a 7-day cooldown on dependencies --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 940764d..4064988 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,9 +6,13 @@ updates: interval: weekly time: "19:00" open-pull-requests-limit: 10 + cooldown: + default-days: 7 - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" time: "19:00" open-pull-requests-limit: 10 + cooldown: + default-days: 7