chore(config): migrate Renovate config #4752

Merged
alexlebens merged 1 commits from renovate/migrate-config into main 2026-03-15 06:08:48 +00:00

View File

@@ -9,7 +9,9 @@
{ {
"description": "Update appVersion in Chart.yaml", "description": "Update appVersion in Chart.yaml",
"customType": "regex", "customType": "regex",
"fileMatch": ["(^|/)Chart\\.yaml$"], "managerFilePatterns": [
"/(^|/)Chart\\.yaml$/"
],
"matchStrings": [ "matchStrings": [
"#\\s*renovate:\\s*datasource=(?<datasource>.*?) depName=(?<depName>.*?)\\s+appVersion:\\s*[\"']?(?<currentValue>[^\"'\\s]+)[\"']?" "#\\s*renovate:\\s*datasource=(?<datasource>.*?) depName=(?<depName>.*?)\\s+appVersion:\\s*[\"']?(?<currentValue>[^\"'\\s]+)[\"']?"
] ]
@@ -17,7 +19,9 @@
{ {
"description": "Update images in templates", "description": "Update images in templates",
"customType": "regex", "customType": "regex",
"fileMatch": ["(^|/)templates/.*\\.yaml$"], "managerFilePatterns": [
"/(^|/)templates/.*\\.yaml$/"
],
"matchStrings": [ "matchStrings": [
"# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)\\s+tag: (?<currentValue>.*)" "# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)\\s+tag: (?<currentValue>.*)"
] ]
@@ -25,7 +29,9 @@
{ {
"description": "Update Helm CLI version in GitHub Actions", "description": "Update Helm CLI version in GitHub Actions",
"customType": "regex", "customType": "regex",
"fileMatch": ["^\\.github/workflows/.*\\.ya?ml$"], "managerFilePatterns": [
"/^\\.github/workflows/.*\\.ya?ml$/"
],
"matchStrings": [ "matchStrings": [
"uses: azure/setup-helm@v4[\\s\\S]*?version: (?<currentValue>v?\\d+\\.\\d+\\.\\d+)" "uses: azure/setup-helm@v4[\\s\\S]*?version: (?<currentValue>v?\\d+\\.\\d+\\.\\d+)"
], ],
@@ -36,7 +42,9 @@
{ {
"description": "Update Kubeconform version in GitHub Actions env", "description": "Update Kubeconform version in GitHub Actions env",
"customType": "regex", "customType": "regex",
"fileMatch": ["^\\.github/workflows/.*\\.ya?ml$"], "managerFilePatterns": [
"/^\\.github/workflows/.*\\.ya?ml$/"
],
"matchStrings": [ "matchStrings": [
"KUBECONFORM_VERSION: \"(?<currentValue>v?\\d+\\.\\d+\\.\\d+)\"" "KUBECONFORM_VERSION: \"(?<currentValue>v?\\d+\\.\\d+\\.\\d+)\""
], ],
@@ -93,7 +101,8 @@
{ {
"description": "Label images, helm", "description": "Label images, helm",
"matchManagers": [ "matchManagers": [
"custom.regex", "helm-values" "custom.regex",
"helm-values"
], ],
"groupName": "{{#if packageName}}{{{replace 'ghcr.io/' '' (replace 'docker.io/' '' packageName)}}}{{else}}{{{replace 'ghcr.io/' '' (replace 'docker.io/' '' depName)}}}{{/if}}", "groupName": "{{#if packageName}}{{{replace 'ghcr.io/' '' (replace 'docker.io/' '' packageName)}}}{{else}}{{{replace 'ghcr.io/' '' (replace 'docker.io/' '' depName)}}}{{/if}}",
"groupSlug": "unified-{{{groupName}}}", "groupSlug": "unified-{{{groupName}}}",
@@ -119,7 +128,8 @@
"digest" "digest"
], ],
"matchManagers": [ "matchManagers": [
"custom.regex", "helm-values" "custom.regex",
"helm-values"
], ],
"groupName": "{{#if packageName}}{{{replace 'ghcr.io/' '' (replace 'docker.io/' '' packageName)}}}{{else}}{{{replace 'ghcr.io/' '' (replace 'docker.io/' '' depName)}}}{{/if}}", "groupName": "{{#if packageName}}{{{replace 'ghcr.io/' '' (replace 'docker.io/' '' packageName)}}}{{else}}{{{replace 'ghcr.io/' '' (replace 'docker.io/' '' depName)}}}{{/if}}",
"groupSlug": "unified-{{{groupName}}}", "groupSlug": "unified-{{{groupName}}}",