Skip to content

Commit

Permalink
renovate: Change stategy to update-lockfile
Browse files Browse the repository at this point in the history
Support for this strategy was added recently:
renovatebot/renovate#22820. It seems that at the same
time the behavior of the "replace" strategy changed, causing PRs to be opened
with unnecessary changes to Cargo.toml.
  • Loading branch information
nicholasbishop committed Dec 11, 2023
1 parent 74c2ef3 commit a5168b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"enabled": true,
"automerge": true
},
"rangeStrategy": "replace",
"rangeStrategy": "update-lockfile",
"packageRules": [
{
"matchPackageNames": ["crate-ci/typos"],
Expand Down

0 comments on commit a5168b4

Please sign in to comment.