mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-26 16:09:45 -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": [
|
"matchPackagePatterns": [
|
||||||
"^github.com/aws/aws-sdk-go-v2"
|
"^github.com/aws/aws-sdk-go-v2"
|
||||||
],
|
],
|
||||||
"groupName": "AWS SDK"
|
"groupName": "AWS SDK",
|
||||||
|
"prPriority": -10
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchPackagePatterns": [
|
"matchPackagePatterns": [
|
||||||
@ -53,6 +54,12 @@
|
|||||||
],
|
],
|
||||||
"groupName": "Google SDK"
|
"groupName": "Google SDK"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"matchPackagePatterns": [
|
||||||
|
"^google.golang.org/genproto"
|
||||||
|
],
|
||||||
|
"prPriority": -10
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"matchPackagePatterns": [
|
"matchPackagePatterns": [
|
||||||
"^libvirt.org/go"
|
"^libvirt.org/go"
|
||||||
@ -96,21 +103,24 @@
|
|||||||
"k8s.gcr.io/autoscaling/cluster-autoscaler"
|
"k8s.gcr.io/autoscaling/cluster-autoscaler"
|
||||||
],
|
],
|
||||||
"versioning": "regex:^(?<compatibility>v?\\d+\\.\\d+\\.)(?<patch>\\d+)$",
|
"versioning": "regex:^(?<compatibility>v?\\d+\\.\\d+\\.)(?<patch>\\d+)$",
|
||||||
"groupName": "K8s constrained versions"
|
"groupName": "K8s constrained versions",
|
||||||
|
"prPriority": 15
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchPackageNames": [
|
"matchPackageNames": [
|
||||||
"ghcr.io/edgelesssys/cloud-provider-gcp"
|
"ghcr.io/edgelesssys/cloud-provider-gcp"
|
||||||
],
|
],
|
||||||
"versioning": "regex:^(?<compatibility>v\\d+\\.)(?<minor>\\d+)\\.(?<patch>\\d+)$",
|
"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": [
|
"matchPackagePrefixes": [
|
||||||
"ghcr.io/edgelesssys/constellation/"
|
"ghcr.io/edgelesssys/constellation/"
|
||||||
],
|
],
|
||||||
"versioning": "semver",
|
"versioning": "semver",
|
||||||
"groupName": "Constellation containers"
|
"groupName": "Constellation containers",
|
||||||
|
"prPriority": 20
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchPackageNames": [
|
"matchPackageNames": [
|
||||||
@ -118,7 +128,16 @@
|
|||||||
"registry.k8s.io/kas-network-proxy/proxy-server"
|
"registry.k8s.io/kas-network-proxy/proxy-server"
|
||||||
],
|
],
|
||||||
"versioning": "semver",
|
"versioning": "semver",
|
||||||
"groupName": "K8s version independent containers"
|
"groupName": "K8s version independent containers",
|
||||||
|
"prPriority": 15
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchLanguages": [
|
||||||
|
"python",
|
||||||
|
"js",
|
||||||
|
"node"
|
||||||
|
],
|
||||||
|
"prPriority": -20
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"regexManagers": [
|
"regexManagers": [
|
||||||
|
Loading…
Reference in New Issue
Block a user