From 4a0ed3c72e663459785a3afed3fe32a25b23e82a Mon Sep 17 00:00:00 2001 From: Dan Guido Date: Fri, 13 Feb 2026 16:45:29 -0500 Subject: [PATCH] chore: update dependabot config for full coverage, weekly schedule, 7-day cooldown, and grouped updates --- .github/dependabot.yml | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f4a921a..d291af2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,11 +3,21 @@ updates: - package-ecosystem: pip directory: "/" schedule: - interval: daily - time: "10:00" + interval: "weekly" open-pull-requests-limit: 10 + cooldown: + default-days: 7 + groups: + pip-dependencies: + patterns: + - "*" - package-ecosystem: "github-actions" directory: "/" schedule: - # Check for updates to GitHub Actions every weekday - interval: "daily" + interval: "weekly" + cooldown: + default-days: 7 + groups: + github-actions-dependencies: + patterns: + - "*"