From 1f9bd310ed28feda9cdd4a97737fbd3fe0d719cc Mon Sep 17 00:00:00 2001 From: Dan Guido Date: Thu, 12 Feb 2026 23:19:09 -0500 Subject: [PATCH] Add cooldown default-days:7 to dependabot config Co-Authored-By: Claude Opus 4.6 --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d27046e..d9caa39 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,8 @@ updates: directory: "/" schedule: interval: "weekly" + cooldown: + default-days: 7 groups: python-dependencies: patterns: @@ -14,6 +16,8 @@ updates: directory: "/" schedule: interval: "weekly" + cooldown: + default-days: 7 groups: github-actions: patterns: