From ed811fb2e1f62e97e91d9d239f69ec488bd09e8c Mon Sep 17 00:00:00 2001 From: samuelburnham <45365069+samuelburnham@users.noreply.github.com> Date: Wed, 13 May 2026 11:00:16 -0400 Subject: [PATCH 1/2] chore: Remove rust-major dependabot group --- .github/dependabot.yml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bfa4d65b..5508e177 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,7 @@ updates: separator: "-" schedule: interval: "weekly" - # Create separate pull requests for major vs minor/patch version updates, as major bumps will likely introduce breaking changes + # Create separate pull requests for major vs minor/patch version updates, as major bumps will likely introduce breaking changes and Dependabot will put each one in its own PR. groups: rust-minor: patterns: @@ -14,15 +14,7 @@ updates: update-types: - "minor" - "patch" - rust-major: - patterns: - - "*" - update-types: - - "major" - allow: - # Update both direct and indirect dependencies - - dependency-type: "all" - open-pull-requests-limit: 5 + open-pull-requests-limit: 10 - package-ecosystem: "github-actions" directory: "/" @@ -31,4 +23,4 @@ updates: groups: actions: patterns: - - "*" \ No newline at end of file + - "*" From a9a1d530693bcd9c6f8b43977565f2e167611c9a Mon Sep 17 00:00:00 2001 From: samuelburnham <45365069+samuelburnham@users.noreply.github.com> Date: Wed, 13 May 2026 11:15:52 -0400 Subject: [PATCH 2/2] Add one week cooldown --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5508e177..0048258e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,8 @@ updates: separator: "-" schedule: interval: "weekly" + cooldown: + default-days: 7 # Create separate pull requests for major vs minor/patch version updates, as major bumps will likely introduce breaking changes and Dependabot will put each one in its own PR. groups: rust-minor: