Skip to content

Commit b0082e8

Browse files
renovate: Change stategy to update-lockfile
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.
1 parent 339594f commit b0082e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"on wednesday"
1111
]
1212
},
13-
"rangeStrategy": "replace",
13+
"rangeStrategy": "update-lockfile",
1414
"schedule": [
1515
"on wednesday"
1616
]

0 commit comments

Comments
 (0)