Skip to content

Commit

Permalink
ci: Add Dependabot (#435)
Browse files Browse the repository at this point in the history
Enable [Dependabot](https://docs.github.com/en/code-security/dependabot) to open PRs to update dependencies.
  • Loading branch information
sjackman authored Nov 12, 2024
1 parent 4b3cbcb commit 01fb5b8
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 @@
version: 2
updates:
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "weekly"
commit-message:
# Prefix all commit messages with "deps: ", which should be
# accepted as a conventional commit and trigger release-please
prefix: "deps"

0 comments on commit 01fb5b8

Please sign in to comment.