From 1122626ea105d75a5b33f8d3cf3cf8464177079b Mon Sep 17 00:00:00 2001 From: Daniel Arnold Date: Thu, 2 Jul 2026 11:00:07 -0400 Subject: [PATCH] Add Dependabot cooldowns --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f0527e6..0da0065 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,9 +4,13 @@ updates: directory: "/" schedule: interval: daily + cooldown: + default-days: 7 open-pull-requests-limit: 10 - package-ecosystem: github-actions directory: "/" schedule: interval: daily + cooldown: + default-days: 7 open-pull-requests-limit: 10