Limit renovate to 4 concurrent PRs

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
Paul Meyer 2022-10-20 08:14:05 +02:00 committed by Malte Poll
parent f65475b2b2
commit e8a8377572

View File

@ -13,6 +13,7 @@
"gomodTidy",
"gomodUpdateImportPaths"
],
"prConcurrentLimit": 4,
"ignorePaths": [
"cli/internal/helm/charts/cilium/**"
],
@ -31,13 +32,13 @@
"matchPackagePatterns": [
"^go.etcd.io/etcd"
],
"groupName": "etcd"
"groupName": "etcd dependencies"
},
{
"matchPackagePatterns": [
"^cloud.google.com/go"
],
"groupName": "google-go"
"groupName": "Google cloud SDK"
},
{
"matchDatasources": [