Skip to content
Snippets Groups Projects
Commit 8a2a3984 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

docs: update-lockfile limitations

parent 9ab4b5d4
No related branches found
No related tags found
No related merge requests found
......@@ -943,7 +943,7 @@ Behaviour:
- `bump` = e.g. bump the range even if the new version satisifies the existing range, e.g. `^1.0.0` -> `^1.1.0`
- `replace` = Replace the range with a newer one if the new version falls outside it, e.g. `^1.0.0` -> `^2.0.0`
- `widen` = Widen the range with newer one, e.g. `^1.0.0` -> `^1.0.0 || ^2.0.0`
- `update-lockfile` = Update the lock file when in-range updates are available, otherwise `replace` for updates out of range
- `update-lockfile` = Update the lock file when in-range updates are available, otherwise `replace` for updates out of range. Works only for `npm` and `yarn` so far.
Renovate's `"auto"` strategy works like this for npm:
......
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