chore(config): migrate renovate config #227

Merged
smark merged 2 commits from renovate/migrate-config into main 2025-05-05 13:24:11 +00:00

View file

@ -7,8 +7,8 @@
{ {
"customType": "regex", "customType": "regex",
"description": "k3s", "description": "k3s",
"fileMatch": [ "managerFilePatterns": [
"playbook\\.yml" "playbook.yml"
], ],
"matchStrings": [ "matchStrings": [
"\\s+k3s_version:\\s(?<currentValue>.*)" "\\s+k3s_version:\\s(?<currentValue>.*)"
@ -19,8 +19,8 @@
{ {
"customType": "regex", "customType": "regex",
"description": "ArgoCD", "description": "ArgoCD",
"fileMatch": [ "managerFilePatterns": [
"^argocd-bootstrap/.*\\.yml$" "argocd-bootstrap/*.yml"
], ],
"matchStrings": [ "matchStrings": [
"\\s+chart:\\s(?<depName>.*)", "\\s+chart:\\s(?<depName>.*)",
@ -33,8 +33,8 @@
{ {
"customType": "regex", "customType": "regex",
"description": "Baseline Manifests", "description": "Baseline Manifests",
"fileMatch": [ "managerFilePatterns": [
"\\.jsonnet$" "*.jsonnet"
], ],
"matchStrings": [ "matchStrings": [
"\\s+chart::\\s\\\"(?<depName>.*)\\\",", "\\s+chart::\\s\\\"(?<depName>.*)\\\",",