From d38ed60e9049d9ea193b30f4bccaec96e59bade4 Mon Sep 17 00:00:00 2001 From: Dan Guido Date: Fri, 13 Feb 2026 14:59:36 -0500 Subject: [PATCH] chore: update dependabot config for full coverage, weekly schedule, 7-day cooldown, and grouped updates --- .github/dependabot.yml | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3e81f39..4173789 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,13 +3,24 @@ updates: - package-ecosystem: cargo directory: "/" schedule: - interval: daily - time: "10:00" + interval: "weekly" open-pull-requests-limit: 10 + cooldown: + default-days: 7 + groups: + cargo-dependencies: + patterns: + - "*" - package-ecosystem: github-actions - directory: / + directory: "/" schedule: - interval: daily + interval: "weekly" open-pull-requests-limit: 99 rebase-strategy: "disabled" + cooldown: + default-days: 7 + groups: + github-actions-dependencies: + patterns: + - "*"