From f303b5c965f107b0fb4e27c07dfbc7c1c4a412c0 Mon Sep 17 00:00:00 2001 From: Evan Berquist Date: Thu, 9 Jul 2026 16:06:52 -0400 Subject: [PATCH] change to weekly schedule and add cooldown --- .github/dependabot.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4a15f2a..926c84a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,10 +3,14 @@ updates: - package-ecosystem: pip directory: "/" schedule: - interval: daily + interval: weekly open-pull-requests-limit: 10 + cooldown: + default-days: 7 - package-ecosystem: github-actions directory: "/" schedule: - interval: daily + interval: weekly open-pull-requests-limit: 10 + cooldown: + default-days: 7