From e8a8377572e38b0080716381d82ecbf33acbe269 Mon Sep 17 00:00:00 2001 From: Paul Meyer <49727155+katexochen@users.noreply.github.com> Date: Thu, 20 Oct 2022 08:14:05 +0200 Subject: [PATCH] Limit renovate to 4 concurrent PRs Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com> --- renovate.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index ea65c53e4..e9385ba11 100644 --- a/renovate.json +++ b/renovate.json @@ -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": [