Disable lock file maintenance
This commit is contained in:
parent
320264347f
commit
f173b0e4f7
1 changed files with 4 additions and 1 deletions
|
|
@ -1,3 +1,6 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"lockFileMaintenance": {
|
||||
"enabled": false
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue