Skip to content

Commit

Permalink
Configure dependabot to group dependency upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
svenstaro committed Jun 2, 2024
1 parent 8d57614 commit d9767f7
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
version: 2
updates:
- package-ecosystem: cargo
directory: "/"
schedule:
interval: daily
time: "04:00"
open-pull-requests-limit: 10
- package-ecosystem: cargo
directory: "/"
schedule:
interval: monthly
groups:
all-dependencies:
patterns:
- "*"

0 comments on commit d9767f7

Please sign in to comment.