forked from infrastructure/k8s-cluster
Migrate renovate config (#491)
Reviewed-on: https://invisible.forgejo.org/infrastructure/k8s-cluster/pulls/491 Co-authored-by: Renovate Bot <bot@kriese.eu> Co-committed-by: Renovate Bot <bot@kriese.eu>
This commit is contained in:
parent
2c7bcf2a46
commit
006cdd3704
1 changed files with 4 additions and 4 deletions
|
@ -2,10 +2,10 @@
|
|||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["infrastructure/renovate-config", "github>visualon/renovate-config//k3s.json"],
|
||||
"flux": {
|
||||
"fileMatch": ["^flux/.+\\.ya?ml$"]
|
||||
"managerFilePatterns": ["/^flux/.+\\.ya?ml$/"]
|
||||
},
|
||||
"kubernetes": {
|
||||
"fileMatch": ["^flux/.+\\.ya?ml$"]
|
||||
"managerFilePatterns": ["/^flux/.+\\.ya?ml$/"]
|
||||
},
|
||||
"packageRules": [
|
||||
{
|
||||
|
@ -81,13 +81,13 @@
|
|||
{
|
||||
"description": "update flux kustomization CRD dependencies",
|
||||
"customType": "regex",
|
||||
"fileMatch": ["^flux/infrastructure/crds/kustomization.yaml$"],
|
||||
"managerFilePatterns": ["/^flux/infrastructure/crds/kustomization.yaml$/"],
|
||||
"matchStrings": ["-\\s(?:.*?)\\/(?<currentValue>[^/\\s]+)\\/[^/\\s]+ # renovate: datasource=(?<datasource>.+?) depName=(?<depName>.+?)\\s"]
|
||||
},
|
||||
{
|
||||
"description": "update versions inside yaml manifests",
|
||||
"customType": "regex",
|
||||
"fileMatch": ["\\.yaml$"],
|
||||
"managerFilePatterns": ["/\\.yaml$/"],
|
||||
"matchStrings": [
|
||||
":\\s+(?<currentValue>.+?)\\s+# renovate: datasource=(?<datasource>.+?) depName=(?<depName>.+?)(?: packageName=(?<packageName>.+?))?(?: versioning=(?<versioning>.+?))?\\s"
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue