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

chore: fix lint

parent 6506b392
No related branches found
No related tags found
No related merge requests found
......@@ -431,9 +431,9 @@ The default behaviour for Renovate is to only use group names for branches and P
Configuration for lock file maintenance.
| name | value |
| ------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| type | configuration object |
| name | value |
| ------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| type | configuration object |
| default | {% raw %}{<br />&nbsp;&nbsp;"enabled": false,<br />&nbsp;&nbsp;"recreateClosed": true,<br />&nbsp;&nbsp;"schedule": ["before 5am on monday"]<br />}{% endraw %} |
By setting enabled=true, this means that the default behaviour is to "maintain" lock files for each `package.json` if they exist already. "Maintaining" a lock file means recreating it to get an up-to-date version and committing that. Supported lock files include `package-lock.json` (npm >= 5) and `yarn.lock` (yarn).
......
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