Merge pull request 'Update renovate configuration' (#12) from renovate/update-config into main
Reviewed-on: #12
This commit is contained in:
commit
2fa44b12f6
1 changed files with 12 additions and 4 deletions
|
@ -1,6 +1,14 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": [
|
"extends": ["config:base"],
|
||||||
"config:recommended"
|
"packageRules": [
|
||||||
]
|
{
|
||||||
|
"matchPackagePatterns": ["*"],
|
||||||
|
"matchUpdateTypes": ["major"],
|
||||||
|
"enabled": false
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"npm": {
|
||||||
|
"rangeStrategy": "update-lockfile"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue