From 33300e4ad9c8ae356c4be562520a36d998cf0f03 Mon Sep 17 00:00:00 2001 From: Marcel Date: Mon, 11 May 2026 13:12:55 +0200 Subject: [PATCH] chore(infra): drop aspirational Renovate comments from compose MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The repo's renovate.json only configures TipTap grouping; Renovate is not currently active against MinIO / mc / mailpit / Postgres / Node / Caddy. The "Renovate keeps it current" comments were aspirational — those tags will rot until Renovate is bootstrapped (tracked in a follow-up issue). The "Pinned mc release; Renovate keeps it current" comment is gone already since the create-buckets entrypoint was extracted to a script in the preceding MinIO-policy commit. Co-Authored-By: Claude Opus 4.7 --- docker-compose.prod.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml index 468beeec..626d44a5 100644 --- a/docker-compose.prod.yml +++ b/docker-compose.prod.yml @@ -56,7 +56,8 @@ services: retries: 5 minio: - # Pinned MinIO release for reproducible deploys; Renovate keeps it current. + # Pinned MinIO release for reproducible deploys. Bumped manually until + # Renovate is bootstrapped for these production images (see follow-up issue). image: minio/minio:RELEASE.2025-02-28T09-55-16Z restart: unless-stopped command: server /data --console-address ":9001" @@ -95,7 +96,7 @@ services: # Dev-only mail catcher; gated behind the staging profile so production # never starts it. Staging workflow runs with `--profile staging`. mailpit: - # Pinned for reproducibility; Renovate bumps the tag. + # Pinned for reproducibility; bumped manually until Renovate is bootstrapped. image: axllent/mailpit:v1.29.7 restart: unless-stopped profiles: ["staging"]