diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bfa4d65b..0048258e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,9 @@ updates: separator: "-" schedule: interval: "weekly" - # Create separate pull requests for major vs minor/patch version updates, as major bumps will likely introduce breaking changes + 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: patterns: @@ -14,15 +16,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 +25,4 @@ updates: groups: actions: patterns: - - "*" \ No newline at end of file + - "*"