chore(config): migrate Renovate config #5251
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user