Skip to content

Commit dfb4967

Browse files
committed
CI: fix dependabot versioning strategy.
It appears that "increase-if-neccessary" is not valid for cargo.
1 parent 0de9aee commit dfb4967

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,6 @@ updates:
1616
schedule:
1717
interval: "cron"
1818
cronjob: "1 2 1,15 * *"
19-
versioning-strategy: "increase-if-necessary"
19+
# We want "increase-if-neccessary", but it's not supported for cargo.
20+
# See dependabot/dependabot-core#4009
21+
versioning-strategy: "lockfile-only"

0 commit comments

Comments
 (0)