Skip to content

Commit e633288

Browse files
fix: drop :preserveSemverRanges from renovate config (#4224)
The `preserveSemverRanges` preset sets `rangeStrategy: "replace"`, which skips in-range updates entirely — no PR, no lockfile update. This causes dependencies to go stale and break on lockfile regen. Removing it falls back to `rangeStrategy: "auto"`, which updates the lockfile for in-range versions and replaces the range for out-of-range updates. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 0543249 commit e633288

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

renovate.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"extends": [
3-
"config:base",
4-
":preserveSemverRanges"
3+
"config:base"
54
],
65
"patch": {
76
"automerge": true

0 commit comments

Comments
 (0)