From 2f56f196f3d1b67ac513bba9fafc2c1f7392fec6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 07:26:22 +0000 Subject: [PATCH 1/2] Update binwiederhier/ntfy Docker tag to v2.16.0 --- apps/ntfy/2.12.0/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ntfy/2.12.0/docker-compose.yml b/apps/ntfy/2.12.0/docker-compose.yml index bf20cb54..9f61e472 100644 --- a/apps/ntfy/2.12.0/docker-compose.yml +++ b/apps/ntfy/2.12.0/docker-compose.yml @@ -1,6 +1,6 @@ services: ntfy: - image: "binwiederhier/ntfy:v2.12.0" + image: "binwiederhier/ntfy:v2.16.0" container_name: ${CONTAINER_NAME} command: - serve From add5cab8dfea81d6943fc43abd1b0b9dc3a1ac7f Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Fri, 30 Jan 2026 07:26:33 +0000 Subject: [PATCH 2/2] Update app version [skip ci] --- apps/ntfy/{2.12.0 => 2.16.0}/.env.sample | 0 apps/ntfy/{2.12.0 => 2.16.0}/data.yml | 0 apps/ntfy/{2.12.0 => 2.16.0}/data/ntfy/server.yml.sample | 0 apps/ntfy/{2.12.0 => 2.16.0}/docker-compose.yml | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename apps/ntfy/{2.12.0 => 2.16.0}/.env.sample (100%) rename apps/ntfy/{2.12.0 => 2.16.0}/data.yml (100%) rename apps/ntfy/{2.12.0 => 2.16.0}/data/ntfy/server.yml.sample (100%) rename apps/ntfy/{2.12.0 => 2.16.0}/docker-compose.yml (100%) diff --git a/apps/ntfy/2.12.0/.env.sample b/apps/ntfy/2.16.0/.env.sample similarity index 100% rename from apps/ntfy/2.12.0/.env.sample rename to apps/ntfy/2.16.0/.env.sample diff --git a/apps/ntfy/2.12.0/data.yml b/apps/ntfy/2.16.0/data.yml similarity index 100% rename from apps/ntfy/2.12.0/data.yml rename to apps/ntfy/2.16.0/data.yml diff --git a/apps/ntfy/2.12.0/data/ntfy/server.yml.sample b/apps/ntfy/2.16.0/data/ntfy/server.yml.sample similarity index 100% rename from apps/ntfy/2.12.0/data/ntfy/server.yml.sample rename to apps/ntfy/2.16.0/data/ntfy/server.yml.sample diff --git a/apps/ntfy/2.12.0/docker-compose.yml b/apps/ntfy/2.16.0/docker-compose.yml similarity index 100% rename from apps/ntfy/2.12.0/docker-compose.yml rename to apps/ntfy/2.16.0/docker-compose.yml