chore(config): migrate config renovate.json

This commit is contained in:
2026-03-29 01:19:19 +00:00
parent 9fe16d7966
commit ec63d064c2

View File

@@ -75,38 +75,38 @@
}, },
{ {
"description": "Universal dynamic labeling by datasource", "description": "Universal dynamic labeling by datasource",
"matchPackagePatterns": [
"*"
],
"addLabels": [ "addLabels": [
"{{{datasource}}}" "{{{datasource}}}"
],
"matchPackageNames": [
"*"
] ]
}, },
{ {
"description": "Versioning for LinuxServer images", "description": "Versioning for LinuxServer images",
"versioning": "regex:^v?(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-ls(?<revision>\\d+)$", "versioning": "regex:^v?(?<major>\d+)\.(?<minor>\d+)\.(?<patch>\d+)-ls(?<revision>\d+)$",
"matchPackagePatterns": [ "matchPackageNames": [
"^linuxserver/", "/^linuxserver//",
"^ghcr\\.io/linuxserver/", "/^ghcr\.io/linuxserver//",
"^lscr\\.io/linuxserver/" "/^lscr\.io/linuxserver//"
] ]
}, },
{ {
"description": "Group packages together by stripping all registry/namespace prefixes", "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", "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}}}", "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", "description": "Automerge helm chart lock files",