chore(config): migrate Renovate config (#5251)
Some checks failed
renovate / renovate (push) Has been cancelled

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: #5251
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 #5251.
This commit is contained in:
2026-03-29 01:19:52 +00:00
committed by Alex Lebens
parent 9fe16d7966
commit d2c22c3011

View File

@@ -75,38 +75,38 @@
},
{
"description": "Universal dynamic labeling by datasource",
"matchPackagePatterns": [
"*"
],
"addLabels": [
"{{{datasource}}}"
],
"matchPackageNames": [
"*"
]
},
{
"description": "Versioning for LinuxServer images",
"versioning": "regex:^v?(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-ls(?<revision>\\d+)$",
"matchPackagePatterns": [
"^linuxserver/",
"^ghcr\\.io/linuxserver/",
"^lscr\\.io/linuxserver/"
"versioning": "regex:^v?(?<major>\d+)\.(?<minor>\d+)\.(?<patch>\d+)-ls(?<revision>\d+)$",
"matchPackageNames": [
"/^linuxserver//",
"/^ghcr\.io/linuxserver//",
"/^lscr\.io/linuxserver//"
]
},
{
"description": "Group packages together by stripping all registry/namespace prefixes",
"matchPackagePatterns": [
"groupName": "{{#if packageName}}{{{replace '^.*\/([^\/]+)$' '$1' packageName}}}{{else}}{{{replace '^.*\/([^\/]+)$' '$1' depName}}}{{/if}}",
"groupSlug": "unified-{{{groupName}}}",
"matchPackageNames": [
"*"
],
"groupName": "{{#if packageName}}{{{replace '^.*\\/([^\\/]+)$' '$1' packageName}}}{{else}}{{{replace '^.*\\/([^\\/]+)$' '$1' depName}}}{{/if}}",
"groupSlug": "unified-{{{groupName}}}"
]
},
{
"description": "Group for specific apps",
"matchPackagePatterns": [
"(^|/)(argo-cd|bazarr|cilium|code-server|dawarich|element-web|home-assistant|immich|komodo|rook-ceph|tdarr|traefik)",
"^rook(-ceph|/rook|/ceph)"
],
"groupName": "{{{replace '^.*(argo-cd|bazarr|cilium|code-server|dawarich|element-web|home-assistant|immich|komodo|rook-ceph|tdarr|traefik).*$' '$1' depName}}}",
"groupSlug": "unified-{{{groupName}}}"
"groupSlug": "unified-{{{groupName}}}",
"matchPackageNames": [
"/(^|/)(argo-cd|bazarr|cilium|code-server|dawarich|element-web|home-assistant|immich|komodo|rook-ceph|tdarr|traefik)/",
"/^rook(-ceph|/rook|/ceph)/"
]
},
{
"description": "Automerge helm chart lock files",