fix(renovate): update configs and behaviour (#41639)
This commit is contained in:
committed by
GitHub
parent
fd4cac780a
commit
08c8e5f071
@ -1,12 +1,17 @@
|
||||
{
|
||||
"extends": ["config:base"],
|
||||
"prCreation": "not-pending",
|
||||
"packageRules": [
|
||||
{
|
||||
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
|
||||
"matchCurrentVersion": "!/^0/",
|
||||
"automerge": true
|
||||
}
|
||||
],
|
||||
"ignorePaths": [
|
||||
"api-server"
|
||||
"api-server",
|
||||
"tools/contributor",
|
||||
"tools/contributor/dashboard-app/client",
|
||||
"tools/contributor/dashboard-app/server"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user