diff --git a/renovate.json b/renovate.json index e7a1f9395a..056ffda564 100644 --- a/renovate.json +++ b/renovate.json @@ -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" ] -} \ No newline at end of file +}