diff --git a/renovate.json b/renovate.json index b467d9076419..1fa00bff143e 100644 --- a/renovate.json +++ b/renovate.json @@ -3,6 +3,7 @@ "extends": [ "config:base" ], - "prHourlyLimit": 10, - "ignorePaths": ["jdisc_core_test/", "bundle-plugin-test/"] + "prHourlyLimit": 150, + "ignorePaths": ["jdisc_core_test/", "bundle-plugin-test/"], + "prConcurrentLimit": 150 }