chore(config): migrate renovate config (#307)

chore(config): migrate config renovate.json

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-06-08 16:59:56 +02:00
committed by GitHub
co-authored by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
parent 1fbe9fb6bd
commit 2b400a3d4a
+8 -8
View File
@@ -5,19 +5,19 @@
":rebaseStalePrs"
],
"kustomize": {
"fileMatch": [
"(^|/)kustomization\\.ya?ml(\\.j2)?$"
"managerFilePatterns": [
"/(^|/)kustomization\\.ya?ml(\\.j2)?$/"
]
},
"customManagers": [
{
"customType": "regex",
"fileMatch": [
"\\.tf$",
"\\.tftpl$",
"\\.yaml$",
"\\.sh$",
"\\.tfvars"
"managerFilePatterns": [
"/\\.tf$/",
"/\\.tftpl$/",
"/\\.yaml$/",
"/\\.sh$/",
"/\\.tfvars/"
],
"matchStrings": [
"(?<currentValue>[\\w+\\.\\-]*)['\",;]*\\s*#\\s?renovate: (?<datasource>\\S+)=(?<depName>\\S+)\\s?(registry=(?<registryUrl>\\S+))?\\s?(versioning=(?<versioning>\\S+))?"