Commit e633288
fix: drop
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>:preserveSemverRanges from renovate config (#4224)1 parent 0543249 commit e633288
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
0 commit comments