chore(config): migrate config renovate.json
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user