mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-24 23:19:39 -05:00
deps: prioritize renovate PRs
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
06fa19f54d
commit
e98feab57f
@ -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:^(?<compatibility>v?\\d+\\.\\d+\\.)(?<patch>\\d+)$",
|
||||
"groupName": "K8s constrained versions"
|
||||
"groupName": "K8s constrained versions",
|
||||
"prPriority": 15
|
||||
},
|
||||
{
|
||||
"matchPackageNames": [
|
||||
"ghcr.io/edgelesssys/cloud-provider-gcp"
|
||||
],
|
||||
"versioning": "regex:^(?<compatibility>v\\d+\\.)(?<minor>\\d+)\\.(?<patch>\\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": [
|
||||
|
Loading…
Reference in New Issue
Block a user