mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
Limit renovate to 4 concurrent PRs
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
f65475b2b2
commit
e8a8377572
@ -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": [
|
||||
|
Loading…
Reference in New Issue
Block a user