From e98feab57fd20bfc0622e83f5e53f573e88cdf0d Mon Sep 17 00:00:00 2001 From: Paul Meyer <49727155+katexochen@users.noreply.github.com> Date: Mon, 21 Nov 2022 12:37:11 +0100 Subject: [PATCH] deps: prioritize renovate PRs Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com> --- renovate.json | 29 ++++++++++++++++++++++++----- 1 file changed, 24 insertions(+), 5 deletions(-) diff --git a/renovate.json b/renovate.json index ba45cd82d..25986c3d4 100644 --- a/renovate.json +++ b/renovate.json @@ -38,7 +38,8 @@ "matchPackagePatterns": [ "^github.com/aws/aws-sdk-go-v2" ], - "groupName": "AWS SDK" + "groupName": "AWS SDK", + "prPriority": -10 }, { "matchPackagePatterns": [ @@ -53,6 +54,12 @@ ], "groupName": "Google SDK" }, + { + "matchPackagePatterns": [ + "^google.golang.org/genproto" + ], + "prPriority": -10 + }, { "matchPackagePatterns": [ "^libvirt.org/go" @@ -96,21 +103,24 @@ "k8s.gcr.io/autoscaling/cluster-autoscaler" ], "versioning": "regex:^(?v?\\d+\\.\\d+\\.)(?\\d+)$", - "groupName": "K8s constrained versions" + "groupName": "K8s constrained versions", + "prPriority": 15 }, { "matchPackageNames": [ "ghcr.io/edgelesssys/cloud-provider-gcp" ], "versioning": "regex:^(?v\\d+\\.)(?\\d+)\\.(?\\d+)$", - "groupName": "K8s version constrained containers (missing v1 prefix)" + "groupName": "K8s version constrained containers (missing v1 prefix)", + "prPriority": 15 }, { "matchPackagePrefixes": [ "ghcr.io/edgelesssys/constellation/" ], "versioning": "semver", - "groupName": "Constellation containers" + "groupName": "Constellation containers", + "prPriority": 20 }, { "matchPackageNames": [ @@ -118,7 +128,16 @@ "registry.k8s.io/kas-network-proxy/proxy-server" ], "versioning": "semver", - "groupName": "K8s version independent containers" + "groupName": "K8s version independent containers", + "prPriority": 15 + }, + { + "matchLanguages": [ + "python", + "js", + "node" + ], + "prPriority": -20 } ], "regexManagers": [