mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-11 00:05:27 -05: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
1 changed files with 3 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue