| 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).