Skip to content

Commit

Permalink
.github add dependabot.yml
Browse files Browse the repository at this point in the history
Add a `dependabot.yml` to enable dependabot Pull Requests for
package updates
  • Loading branch information
jtmoon79 authored May 9, 2023
1 parent dfab1e7 commit 877177b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# dependabot.yml
# Documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
---
version: 2
updates:
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "dependabot"

0 comments on commit 877177b

Please sign in to comment.