From 52d47e5a6417929f8d7dc335214af99e306954c2 Mon Sep 17 00:00:00 2001 From: okxlin <61420215+okxlin@users.noreply.github.com> Date: Thu, 16 Jul 2026 21:21:53 +0800 Subject: [PATCH] chore(renovate): suppress Dootask sidecar-only updates --- .github/renovate-docker.json | 10 ++++++++++ .github/renovate-primary-services.json | 3 +++ 2 files changed, 13 insertions(+) diff --git a/.github/renovate-docker.json b/.github/renovate-docker.json index 8cb253eb7..7c4a0c8c2 100644 --- a/.github/renovate-docker.json +++ b/.github/renovate-docker.json @@ -525,6 +525,16 @@ ], "enabled": false }, + { + "description": "Disable sidecar-only Renovate updates for DooTask multi-service tracks", + "matchFileNames": [ + "apps/dootask/**/docker-compose.yml" + ], + "matchPackageNames": [ + "nginx" + ], + "enabled": false + }, { "description": "Disable sidecar-only Renovate updates for Diskover multi-service tracks", "matchFileNames": [ diff --git a/.github/renovate-primary-services.json b/.github/renovate-primary-services.json index a2197daa9..b359fee65 100644 --- a/.github/renovate-primary-services.json +++ b/.github/renovate-primary-services.json @@ -3,6 +3,9 @@ "clearflask-connect", "clearflask-server" ], + "dootask": [ + "dootask" + ], "dify": [ "api", "api_websocket",