Skip to content

Commit

Permalink
Add dependabot config
Browse files Browse the repository at this point in the history
to automatically create pull requests for dependency updates
  • Loading branch information
GeckoEidechse committed Feb 8, 2024
1 parent 9fb9f7d commit 26a1ecb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Configures dependabot

version: 2
updates:
- package-ecosystem: "cargo"
directory: '/'
schedule:
interval: "daily"
commit-message:
prefix: "chore: "

0 comments on commit 26a1ecb

Please sign in to comment.