2 Commits

Author SHA1 Message Date
c4ba2fd625 chore(deps): update ghcr.io/gethomepage/homepage docker tag to v1.12.0
All checks were successful
lint-test-docker / lint-docker-compose (pull_request) Successful in 14s
render-manifests / render-manifests (pull_request) Successful in 39s
2026-03-28 01:19:39 +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
2 changed files with 5 additions and 4 deletions

View File

@@ -32,7 +32,7 @@ services:
- /var/run/docker.sock:/var/run/docker.sock:ro
homepage:
image: ghcr.io/gethomepage/homepage:v1.11.0@sha256:b129cb0f674bd6d204e215bde2c2fc3f11d6ad0e82f6d20007cf80f74e1acbb1
image: ghcr.io/gethomepage/homepage:v1.12.0@sha256:5bb66eac5d48f021fd60414add03aa123d1feb85770550ddb1d99a5b8851c6c2
container_name: homepage
labels:
traefik.enable: true

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}}}"
},
{