Skip to content

Commit 37abfd5

Browse files
committed
Use increase-if-necessary versioning strategy for cargo
It looks like maybe the upstream README is out of date for the cargo ecosystem, as the code itself would appear to support the strategy directly and the open issue I found might be able to be closed. Let's try it out and see. See: - https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#versioning-strategy - https://github.com/dependabot/dependabot-core/blob/6a3a59c36b99ea1230fa9b8809c47a7bdd6339ce/cargo/lib/dependabot/cargo/update_checker/requirements_updater.rb#L21 - dependabot/dependabot-core#4009
1 parent 1e8c91a commit 37abfd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ updates:
55
directory: /
66
schedule:
77
interval: weekly
8+
versioning-strategy: increase-if-necessary
89

910
- package-ecosystem: github-actions
1011
directory: /

0 commit comments

Comments
 (0)