From 13162506657e895de58d8a832cbb737b5e27c3bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 17:23:52 +0000 Subject: [PATCH] chore(deps): update dgtlmoon/changedetection.io docker tag to v0.52 (#3446) --- apps/changedetectionio/{0.51 => 0.52}/.env.sample | 0 apps/changedetectionio/{0.51 => 0.52}/data.yml | 0 apps/changedetectionio/{0.51 => 0.52}/docker-compose.yml | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename apps/changedetectionio/{0.51 => 0.52}/.env.sample (100%) rename apps/changedetectionio/{0.51 => 0.52}/data.yml (100%) rename apps/changedetectionio/{0.51 => 0.52}/docker-compose.yml (87%) diff --git a/apps/changedetectionio/0.51/.env.sample b/apps/changedetectionio/0.52/.env.sample similarity index 100% rename from apps/changedetectionio/0.51/.env.sample rename to apps/changedetectionio/0.52/.env.sample diff --git a/apps/changedetectionio/0.51/data.yml b/apps/changedetectionio/0.52/data.yml similarity index 100% rename from apps/changedetectionio/0.51/data.yml rename to apps/changedetectionio/0.52/data.yml diff --git a/apps/changedetectionio/0.51/docker-compose.yml b/apps/changedetectionio/0.52/docker-compose.yml similarity index 87% rename from apps/changedetectionio/0.51/docker-compose.yml rename to apps/changedetectionio/0.52/docker-compose.yml index 780dbf3b4..8ecad10c3 100644 --- a/apps/changedetectionio/0.51/docker-compose.yml +++ b/apps/changedetectionio/0.52/docker-compose.yml @@ -8,7 +8,7 @@ services: - "${PANEL_APP_PORT_HTTP}:5000" volumes: - "${DATA_PATH}:/datastore" - image: dgtlmoon/changedetection.io:0.51 + image: dgtlmoon/changedetection.io:0.52 labels: createdBy: "Apps"