Skip to content

Commit

Permalink
chore: Group Dependabot updates
Browse files Browse the repository at this point in the history
Also, add GitHub Actions to Dependabot.
  • Loading branch information
hrkfdn committed Oct 26, 2023
1 parent 6ee00e3 commit 4c6ec86
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
version: 2
updates:
- package-ecosystem: cargo
directory: "/"
schedule:
interval: daily
time: "04:00"
- package-ecosystem: cargo
directory: "/"
schedule:
interval: weekly
groups:
cargo:
patterns:
- "*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: daily
groups:
github-actions:
patterns:
- "*"

0 comments on commit 4c6ec86

Please sign in to comment.