mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-13 16:39:29 -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
@ -13,6 +13,7 @@
|
|||||||
"gomodTidy",
|
"gomodTidy",
|
||||||
"gomodUpdateImportPaths"
|
"gomodUpdateImportPaths"
|
||||||
],
|
],
|
||||||
|
"prConcurrentLimit": 4,
|
||||||
"ignorePaths": [
|
"ignorePaths": [
|
||||||
"cli/internal/helm/charts/cilium/**"
|
"cli/internal/helm/charts/cilium/**"
|
||||||
],
|
],
|
||||||
@ -31,13 +32,13 @@
|
|||||||
"matchPackagePatterns": [
|
"matchPackagePatterns": [
|
||||||
"^go.etcd.io/etcd"
|
"^go.etcd.io/etcd"
|
||||||
],
|
],
|
||||||
"groupName": "etcd"
|
"groupName": "etcd dependencies"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchPackagePatterns": [
|
"matchPackagePatterns": [
|
||||||
"^cloud.google.com/go"
|
"^cloud.google.com/go"
|
||||||
],
|
],
|
||||||
"groupName": "google-go"
|
"groupName": "Google cloud SDK"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchDatasources": [
|
"matchDatasources": [
|
||||||
|
Loading…
Reference in New Issue
Block a user