Reconfigure renovate
This commit is contained in:
parent
5cbddd1b39
commit
c082630858
1 changed files with 13 additions and 4 deletions
|
@ -1,6 +1,15 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
]
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["config:base"],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchPackagePatterns": ["*"],
|
||||
"matchUpdateTypes": ["major"],
|
||||
"enabled": false
|
||||
}
|
||||
],
|
||||
"schedule": ["* 0-3 * * *"],
|
||||
"npm": {
|
||||
"rangeStrategy": "update-lockfile"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue