We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0de9aee commit dfb4967Copy full SHA for dfb4967
.github/dependabot.yml
@@ -16,4 +16,6 @@ updates:
16
schedule:
17
interval: "cron"
18
cronjob: "1 2 1,15 * *"
19
- versioning-strategy: "increase-if-necessary"
+ # 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