2 Commits

Author SHA1 Message Date
733d6add1b chore(deps): update dependency binwiederhier/ntfy to v2.20.1
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 20s
lint-test-helm / validate-kubeconform (pull_request) Successful in 22s
render-manifests / render-manifests (pull_request) Successful in 1m3s
2026-03-28 01:18:45 +00:00
ed6f1127ab ci: group with docker
All checks were successful
renovate / renovate (push) Successful in 2m24s
2026-03-27 20:17:23 -05:00

View File

@@ -97,7 +97,8 @@
"description": "Group packages together when stripping registry",
"matchManagers": [
"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}}",
"groupSlug": "unified-{{{groupName}}}"
@@ -105,10 +106,10 @@
{
"description": "Group for specific apps",
"matchPackageNames": [
"/(^|/)(dawarich|komodo|immich|home-assistant|element-web|cilium|tdarr|argo-cd|traefik|bazarr|code-server)/",
"/(^|/)(argo-cd|bazarr|cilium|code-server|dawarich|element-web|home-assistant|immich|komodo|rook-ceph|tdarr|traefik)/",
"/^rook(-ceph|\\/rook|\\/ceph)/"
],
"groupName": "{{{replace '^.*(dawarich|komodo|immich|home-assistant|element-web|cilium|tdarr|argo-cd|traefik|bazarr|code-server|rook-ceph).*$' '$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}}}"
},
{