From e440c3350337bd0bc23bad7b6b9598976160aa4f Mon Sep 17 00:00:00 2001 From: Audun Rundberg Date: Thu, 14 May 2026 10:17:09 +0200 Subject: [PATCH] chore: add 7-day package cooldowns (Dependabot) --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 56f7530..33ee2b7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,8 @@ updates: directory: "/" schedule: interval: "monthly" + cooldown: + default-days: 7 groups: all-dependencies: patterns: @@ -12,6 +14,8 @@ updates: directory: "/" schedule: interval: "monthly" + cooldown: + default-days: 7 groups: all-dependencies: patterns: