From e456bc0e3641371124b8312be09694084207ba6a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 29 Mar 2026 01:47:09 +0000 Subject: [PATCH] chore(config): migrate Renovate config (#5258) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Renovate config in this repository needs migrating. Typically this is because one or more configuration options you are using have been renamed. You don't need to merge this PR right away, because Renovate will continue to migrate these fields internally each time it runs. But later some of these fields may be fully deprecated and the migrations removed. So it's a good idea to merge this migration PR soon. 🔕 **Ignore**: Close this PR and you won't be reminded about config migration again, but one day your current config may no longer be valid. ❓ Got questions? Does something look wrong to you? Please don't hesitate to [request help here](https://github.com/renovatebot/renovate/discussions). --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/5258 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- 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": [ "*"