Skip to content

Commit

Permalink
Merge pull request #3 from patrickdappollonio/add-dependabot
Browse files Browse the repository at this point in the history
Add support for dependabot.
  • Loading branch information
patrickdappollonio authored Dec 14, 2024
2 parents 1748972 + 01dcc1a commit 4e7e891
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

0 comments on commit 4e7e891

Please sign in to comment.