Update renovate configuration
This commit is contained in:
parent
df5e1d8be8
commit
46eb763adb
1 changed files with 12 additions and 4 deletions
|
@ -1,6 +1,14 @@
|
|||
{
|
||||
"$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
|
||||
}
|
||||
],
|
||||
"npm": {
|
||||
"rangeStrategy": "update-lockfile"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue