mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-10 07:44:56 -05:00
renovate: exclude cloud-provider-gcp (#1382)
from constellation container group Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
0e91e4aabf
commit
80ff380859
1 changed files with 4 additions and 1 deletions
|
|
@ -162,13 +162,16 @@
|
|||
"ghcr.io/edgelesssys/cloud-provider-gcp"
|
||||
],
|
||||
"versioning": "regex:^(?<compatibility>v\\d+\\.)(?<minor>\\d+)\\.(?<patch>\\d+)$",
|
||||
"groupName": "K8s version constrained containers (missing v1 prefix)",
|
||||
"groupName": "cloud-provider-gcp (K8s version constrained)",
|
||||
"prPriority": 15
|
||||
},
|
||||
{
|
||||
"matchPackagePrefixes": [
|
||||
"ghcr.io/edgelesssys/"
|
||||
],
|
||||
"excludePackageNames": [
|
||||
"ghcr.io/edgelesssys/cloud-provider-gcp"
|
||||
],
|
||||
"versioning": "semver",
|
||||
"groupName": "Constellation containers",
|
||||
"prPriority": 20
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue