Skip to content
Snippets Groups Projects
Unverified Commit 016e6473 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

feat(config)!: default to rangeStrategy=auto, prefer update-lockfile (#19942)

Changes `rangeStrategy` default value from `'replace'` to `'auto'`. Also changes `auto` behavior so that `update-lockfile` is preferred if the manager
supports the `updateLockedDependency()` function.

Closes #19800

BREAKING CHANGE: Renovate will now default to updating locked dependency versions. To revert to previous behavior, configure rangeStrategy=replace.
parent dcd298a6
No related branches found
No related tags found
Loading
Showing
with 80 additions and 18 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment