Skip to content

Commit 3b16058

Browse files
authored
ci: fix Dependabot config (#624)
It looks like Cargo does not support the `increase-if-necessary` versioning strategy.
1 parent e591030 commit 3b16058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/dependabot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
updates:
33
- package-ecosystem: cargo
44
directory: "/"
5-
versioning-strategy: increase-if-necessary
5+
versioning-strategy: lockfile-only
66
allow:
77
- dependency-type: "all"
88
schedule:

0 commit comments

Comments
 (0)