Compare commits
1 Commits
5ca6f85722
...
0011ca5cc5
| Author | SHA1 | Date | |
|---|---|---|---|
|
0011ca5cc5
|
@@ -97,8 +97,7 @@
|
|||||||
"description": "Group packages together when stripping registry",
|
"description": "Group packages together when stripping registry",
|
||||||
"matchManagers": [
|
"matchManagers": [
|
||||||
"custom.regex",
|
"custom.regex",
|
||||||
"helm-values",
|
"helm-values"
|
||||||
"docker"
|
|
||||||
],
|
],
|
||||||
"groupName": "{{#if packageName}}{{{replace 'ghcr.io/' '' (replace 'docker.io/' '' packageName)}}}{{else}}{{{replace 'ghcr.io/' '' (replace 'docker.io/' '' depName)}}}{{/if}}",
|
"groupName": "{{#if packageName}}{{{replace 'ghcr.io/' '' (replace 'docker.io/' '' packageName)}}}{{else}}{{{replace 'ghcr.io/' '' (replace 'docker.io/' '' depName)}}}{{/if}}",
|
||||||
"groupSlug": "unified-{{{groupName}}}"
|
"groupSlug": "unified-{{{groupName}}}"
|
||||||
@@ -106,10 +105,10 @@
|
|||||||
{
|
{
|
||||||
"description": "Group for specific apps",
|
"description": "Group for specific apps",
|
||||||
"matchPackageNames": [
|
"matchPackageNames": [
|
||||||
"/(^|/)(argo-cd|bazarr|cilium|code-server|dawarich|element-web|home-assistant|immich|komodo|rook-ceph|tdarr|traefik)/",
|
"/(^|/)(dawarich|komodo|immich|home-assistant|element-web|cilium|tdarr|argo-cd|traefik|bazarr|code-server)/",
|
||||||
"/^rook(-ceph|\\/rook|\\/ceph)/"
|
"/^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 '^.*(dawarich|komodo|immich|home-assistant|element-web|cilium|tdarr|argo-cd|traefik|bazarr|code-server|rook-ceph).*$' '$1' depName}}}",
|
||||||
"groupSlug": "unified-{{{groupName}}}"
|
"groupSlug": "unified-{{{groupName}}}"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user