chore(config): migrate Renovate config (#5143)
All checks were successful
renovate / renovate (push) Successful in 2m3s

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: #5143
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
This commit was merged in pull request #5143.
This commit is contained in:
2026-03-26 01:53:29 +00:00
committed by Alex Lebens
parent 655c3ec956
commit 38722f0d88

View File

@@ -75,12 +75,12 @@
},
{
"description": "Versioning for LinuxServer images",
"matchPackagePatterns": [
"^linuxserver/",
"^ghcr.io/linuxserver/",
"^lscr.io/linuxserver/"
],
"versioning": "regex:^v?(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-ls(?<revision>\\d+)$"
"versioning": "regex:^v?(?<major>\d+)\.(?<minor>\d+)\.(?<patch>\d+)-ls(?<revision>\d+)$",
"matchPackageNames": [
"/^linuxserver//",
"/^ghcr.io/linuxserver//",
"/^lscr.io/linuxserver//"
]
},
{
"description": "Label by datasource",