Skip to content

Commit

Permalink
chore: enable weekly dependabot for github-actions and cargo (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
eopb authored Sep 13, 2024
1 parent 7e2c526 commit c82a6a2
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: "cargo"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 10
commit-message:
prefix: "cargo:"
groups:
cargo-dependencies:
patterns:
- "*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 10
commit-message:
prefix: "github:"
groups:
github-dependencies:
patterns:
- "*"

0 comments on commit c82a6a2

Please sign in to comment.