fix(renovate): update configs and behaviour (#41639)

This commit is contained in:
Mrugesh Mohapatra
2021-03-28 18:34:36 +05:30
committed by GitHub
parent fd4cac780a
commit 08c8e5f071

View File

@ -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"
]
}
}