From 2a02053ec20d18da0599c3562ea78523ffe5bc57 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 15 Mar 2026 06:07:22 +0000 Subject: [PATCH] chore(config): migrate config renovate.json --- renovate.json | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/renovate.json b/renovate.json index a7ab140fa..e823b962d 100644 --- a/renovate.json +++ b/renovate.json @@ -9,7 +9,9 @@ { "description": "Update appVersion in Chart.yaml", "customType": "regex", - "fileMatch": ["(^|/)Chart\\.yaml$"], + "managerFilePatterns": [ + "/(^|/)Chart\\.yaml$/" + ], "matchStrings": [ "#\\s*renovate:\\s*datasource=(?.*?) depName=(?.*?)\\s+appVersion:\\s*[\"']?(?[^\"'\\s]+)[\"']?" ] @@ -17,7 +19,9 @@ { "description": "Update images in templates", "customType": "regex", - "fileMatch": ["(^|/)templates/.*\\.yaml$"], + "managerFilePatterns": [ + "/(^|/)templates/.*\\.yaml$/" + ], "matchStrings": [ "# renovate: datasource=(?.*?) depName=(?.*?)\\s+tag: (?.*)" ] @@ -25,7 +29,9 @@ { "description": "Update Helm CLI version in GitHub Actions", "customType": "regex", - "fileMatch": ["^\\.github/workflows/.*\\.ya?ml$"], + "managerFilePatterns": [ + "/^\\.github/workflows/.*\\.ya?ml$/" + ], "matchStrings": [ "uses: azure/setup-helm@v4[\\s\\S]*?version: (?v?\\d+\\.\\d+\\.\\d+)" ], @@ -36,7 +42,9 @@ { "description": "Update Kubeconform version in GitHub Actions env", "customType": "regex", - "fileMatch": ["^\\.github/workflows/.*\\.ya?ml$"], + "managerFilePatterns": [ + "/^\\.github/workflows/.*\\.ya?ml$/" + ], "matchStrings": [ "KUBECONFORM_VERSION: \"(?v?\\d+\\.\\d+\\.\\d+)\"" ], @@ -93,7 +101,8 @@ { "description": "Label images, helm", "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}}", "groupSlug": "unified-{{{groupName}}}", @@ -119,7 +128,8 @@ "digest" ], "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}}", "groupSlug": "unified-{{{groupName}}}", -- 2.49.1