Skip to content

Commit

Permalink
chore: use grouped dependabot updates (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
rinde authored Oct 10, 2024
1 parent c58d3f7 commit cad10c3
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,22 @@ updates:
- package-ecosystem: cargo
directory: "/"
schedule:
interval: monthly
interval: weekly
day: friday
time: "09:00"
groups:
cargo-dependencies:
patterns:
- "*"
open-pull-requests-limit: 99
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: monthly
interval: weekly
day: friday
time: "09:00"
groups:
github-actions-dependencies:
patterns:
- "*"
open-pull-requests-limit: 99

0 comments on commit cad10c3

Please sign in to comment.