Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 5 additions & 11 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,17 @@ 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:
- "*"
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: "/"
Expand All @@ -31,4 +25,4 @@ updates:
groups:
actions:
patterns:
- "*"
- "*"