Migrate config renovate.json
This commit is contained in:
parent
2fa44b12f6
commit
a59de5796f
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": ["config:base"],
|
"extends": ["config:recommended"],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"matchPackagePatterns": ["*"],
|
|
||||||
"matchUpdateTypes": ["major"],
|
"matchUpdateTypes": ["major"],
|
||||||
"enabled": false
|
"enabled": false,
|
||||||
|
"matchPackageNames": ["*"]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"npm": {
|
"npm": {
|
||||||
|
|
Loading…
Reference in a new issue