Skip to content

Commit

Permalink
chore: add dependabot for Rust
Browse files Browse the repository at this point in the history
  • Loading branch information
hiltontj committed Aug 3, 2024
1 parent 6a6410f commit 6b701d0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,20 @@ updates:
directory: "/"
schedule:
interval: "monthly"
reviewers:
- "hiltontj"
commit-message:
prefix: "chore"
rebase-strategy: "disabled"

- package-ecosystem: "cargo"
directory: "/"
shedule:
interval: "weekly"
reviewers:
- "hiltontj"
commit-message:
prefix: "chore"
include: "scope"
rebase-strategy:" disabled"

0 comments on commit 6b701d0

Please sign in to comment.