From b2a4b90f3c080bc15457f4c00f531a570a83e5b4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 29 Mar 2026 01:44:10 +0000 Subject: [PATCH] chore(config): migrate config renovate.json --- renovate.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/renovate.json b/renovate.json index 94b93d689..28e817d48 100644 --- a/renovate.json +++ b/renovate.json @@ -18,8 +18,8 @@ { "description": "Renovate tag matcher for Helm chart appVersion", "customType": "regex", - "fileMatch": [ - "(^|/)Chart\\.yaml$" + "managerFilePatterns": [ + "/(^|/)Chart\.yaml$/" ], "matchStrings": [ "#\\s*renovate:\\s*datasource=(?\\S+)\\s+depName=(?\\S+)(?:\\s+versioning=(?\\S+))?\\s+appVersion:\\s*[\"']?(?[^\\s\"']+)[\"']?" @@ -29,9 +29,9 @@ { "description": "Renovate tag matcher for Helm values and templates", "customType": "regex", - "fileMatch": [ - "(^|/)values\\.yaml$", - "(^|/)templates/.*\\.yaml$" + "managerFilePatterns": [ + "/(^|/)values\.yaml$/", + "/(^|/)templates/.*\.yaml$/" ], "matchStrings": [ "#\\s*renovate:\\s*datasource=(?\\S+)\\s+depName=(?\\S+)(?:\\s+versioning=(?\\S+))?\\s+tag:\\s*[\"']?(?[^@\\s\"']+)(?:@(?sha256:[a-f0-9]+))?[\"']?" @@ -41,8 +41,8 @@ { "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+)" @@ -54,8 +54,8 @@ { "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+)\"" @@ -84,7 +84,7 @@ }, { "description": "Versioning for LinuxServer images", - "versioning": "regex:^v?(?\\d+)\\.(?\\d+)\\.(?\\d+)-ls(?\\d+)$", + "versioning": "regex:^v?(?\d+)\.(?\d+)\.(?\d+)-ls(?\d+)$", "matchPackageNames": [ "/^linuxserver//", "/^ghcr\\.io/linuxserver//", @@ -93,7 +93,7 @@ }, { "description": "Group packages together by stripping all registry/namespace prefixes", - "groupName": "{{#if packageName}}{{{replace '^.*\/([^\/]+)$' '$1' packageName}}}{{else}}{{{replace '^.*\/([^\/]+)$' '$1' depName}}}{{/if}}", + "groupName": "{{#if packageName}}{{{replace '^.*/([^/]+)$' '$1' packageName}}}{{else}}{{{replace '^.*/([^/]+)$' '$1' depName}}}{{/if}}", "groupSlug": "unified-{{{groupName}}}", "matchPackageNames": [ "*"