Skip to content

Commit

Permalink
Merge pull request #507 from dora-rs/dependabot
Browse files Browse the repository at this point in the history
Use dependabot for automatic lockfile updates
  • Loading branch information
phil-opp authored May 22, 2024
2 parents 4c50529 + 15cddaf commit d452563
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: 2
updates:
- package-ecosystem: "cargo"
directory: "/"
versioning-strategy: "lockfile-only"
allow:
- dependency-type: "all"
groups:
version-updates:
patterns:
- "*"
schedule:
interval: "weekly"

0 comments on commit d452563

Please sign in to comment.