From aa759c562af91307b498a62ea22b58fa2f4d789b Mon Sep 17 00:00:00 2001 From: Forketyfork Date: Mon, 6 Jul 2026 12:18:05 +0200 Subject: [PATCH] Add 7-day Dependabot cooldown Hold new dependency versions for 7 days before opening update PRs. --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 76f8a05..43fdea6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,8 @@ updates: directory: "/" schedule: interval: "weekly" + cooldown: + default-days: 7 groups: all-actions: patterns: