Skip to content

Commit

Permalink
repo: add dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
passcod committed Mar 11, 2024
1 parent 869dbf8 commit 5a881b2
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
commit-message:
prefix: ci
include: scope
groups:
gha:
patterns:
- "*"

- package-ecosystem: cargo
directory: /
schedule:
interval: weekly
commit-message:
prefix: deps
groups:
cargo:
patterns:
- "*"

0 comments on commit 5a881b2

Please sign in to comment.