From c10d0696ecfdc04908893d359cf33d1d3c6c478b Mon Sep 17 00:00:00 2001 From: Will Kahn-Greene Date: Tue, 2 Dec 2025 13:21:53 -0500 Subject: [PATCH] fix: add cooldown window for dependabot --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b34aa07d..fbb589d5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,4 +5,6 @@ updates: directory: "/" schedule: interval: "monthly" + cooldown: + default-days: 7 rebase-strategy: "disabled"