Skip to content

Commit

Permalink
change dependabot versioning strategy
Browse files Browse the repository at this point in the history
Change dependabot versioning strategy to lockfile-only to avoid
breaking updates for 0.x versioned crates.
  • Loading branch information
brayniac committed Oct 17, 2023
1 parent 6284792 commit 98f938b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ updates:
patterns:
- "*"
open-pull-requests-limit: 10
versioning-strategy: auto
versioning-strategy: lockfile-only
allow:
- dependency-type: all

0 comments on commit 98f938b

Please sign in to comment.