From 09a6166cf1d31b249538efeb35786a30f1514f2c Mon Sep 17 00:00:00 2001 From: Gary O'Neall Date: Tue, 25 Nov 2025 15:12:49 -0800 Subject: [PATCH] Add cooldown to dependabot --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3cddd8cb..cf3f28c0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,5 +4,7 @@ updates: directory: "/" schedule: interval: "weekly" + cooldown: + default-days: 7 labels: - "dependencies"