mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 06:56:24 +00:00
chore: fix lint
This commit is contained in:
parent
6506b39222
commit
cd3da41ec6
1 changed files with 3 additions and 3 deletions
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue