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