Skip to content

Commit

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

0 comments on commit 1c6a335

Please sign in to comment.