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",
|
||||
"extends": ["config:base"],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchPackagePatterns": ["*"],
|
||||
"matchUpdateTypes": ["major"],
|
||||
"enabled": false
|
||||
}
|
||||
],
|
||||
"schedule": ["* 0-3 * * *"],
|
||||
"npm": {
|
||||
"rangeStrategy": "update-lockfile"
|
||||
}
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue