Adding envs for Renovate registry creds; also fixing OTEL endpoint.
Docker Compose Deployment / Check and Create PR (push) Successful in 23s
Docker Compose Deployment / Generate list of added/modified/deleted services (push) Successful in 18s
Docker Compose Deployment / Docker Compose Dry Run (push) Successful in 1m16s
Docker Compose Deployment / Update README & Generate List of Modified Services (push) Successful in 35s
Docker Compose Deployment / PR Merge (push) Successful in 22s
Docker Compose Deployment / Docker Compose Deployment (push) Successful in 15m16s

This commit is contained in:
2025-09-25 07:18:12 -04:00
parent a4b873b005
commit 6ef9216be3
+9 -1
View File
@@ -214,9 +214,17 @@ services:
# --- Scheduling ---
# Renovate will only process PRs/updates in this time window
RENOVATE_SCHEDULE: '["after 2am and before 6am"]'
OTEL_EXPORTER_OTLP_ENDPOINT: http://signoz-otel-collector:4318
OTEL_EXPORTER_OTLP_ENDPOINT: http://192.168.1.254:4318
OTEL_SERVICE_NAME: renovate
OTEL_SERVICE_NAMESPACE: renovate.${MY_TLD}
# --- Registry creds ---
DOCKER_HUB_PASS: ${RENOVATE__DOCKER_HUB_PASS}
DOCKER_HUB_USER: ${RENOVATE__DOCKER_HUB_USER}
GHCR_TOKEN: ${RENOVATE__GHCR_TOKEN}
GHCR_USER: ${RENOVATE__GHCR_USER}
GITEA_BOT_PASS: ${RENOVATE__GITEA_BOT_PASS}
GITEA_BOT_USER: ${RENOVATE__GITEA_BOT_USER}
image: renovate/renovate:41.97.12-full@sha256:e20639264151d9dce8f0fc3b1219748f4844a76cc157263551d8e7e061daa60e
restart: unless-stopped
renovate-valkey: