Skip to content

Commit

Permalink
Create dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wyatt-herkamp authored Dec 4, 2024
1 parent f08441d commit 39032b5
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
@@ -0,0 +1,17 @@
version: 2
updates:
- package-ecosystem: "cargo"
directory: "/"
labels:
- "rust"
- "Chore"
schedule:
interval: "daily"
groups:
minor-and-patch:
applies-to: version-updates
patterns:
- "*"
update-types:
- "patch"
- "minor"

0 comments on commit 39032b5

Please sign in to comment.