From 38722f0d88816dc05d3acab93839c82b6546f3c3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 26 Mar 2026 01:53:29 +0000 Subject: [PATCH] chore(config): migrate Renovate config (#5143) 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/5143 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- renovate.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/renovate.json b/renovate.json index 65a8be134..9a4387a22 100644 --- a/renovate.json +++ b/renovate.json @@ -75,12 +75,12 @@ }, { "description": "Versioning for LinuxServer images", - "matchPackagePatterns": [ - "^linuxserver/", - "^ghcr.io/linuxserver/", - "^lscr.io/linuxserver/" - ], - "versioning": "regex:^v?(?\\d+)\\.(?\\d+)\\.(?\\d+)-ls(?\\d+)$" + "versioning": "regex:^v?(?\d+)\.(?\d+)\.(?\d+)-ls(?\d+)$", + "matchPackageNames": [ + "/^linuxserver//", + "/^ghcr.io/linuxserver//", + "/^lscr.io/linuxserver//" + ] }, { "description": "Label by datasource",