diff --git a/website/docs/_posts/2017-10-05-configuration-options.md b/website/docs/_posts/2017-10-05-configuration-options.md index c5355e5c38d061344af4d0c0eccaa89e32445ba6..bdd1d8ff655462aa0f6fe6d09b036386366159da 100644 --- a/website/docs/_posts/2017-10-05-configuration-options.md +++ b/website/docs/_posts/2017-10-05-configuration-options.md @@ -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 /> "enabled": false,<br /> "recreateClosed": true,<br /> "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).