Renovate tweaks.
Docker Compose Deployment / Check and Create PR (push) Successful in 26s
Docker Compose Deployment / Generate list of added/modified/deleted services (push) Successful in 11s
Docker Compose Deployment / Docker Compose Dry Run (push) Successful in 48s
Docker Compose Deployment / Update README & Generate List of Modified Services (push) Successful in 15s
Renovate PR Deployment / deploy (pull_request) Has been skipped
Docker Compose Deployment / PR Merge (push) Successful in 17s
Docker Compose Deployment / Docker Compose Deployment (push) Successful in 1m5s

This commit is contained in:
2025-09-28 18:35:39 -04:00
parent 8980195f53
commit 6cad24f3f1
2 changed files with 3 additions and 5 deletions
+2 -1
View File
@@ -189,6 +189,7 @@ services:
renovate:
container_name: renovate
environment:
RENOVATE_CONFIG_FILE: ${RIKKU_DOCKER_DIR}/renovate/config.js
# --- Authentication & platform ---
RENOVATE_TOKEN: "${RENOVATE_GITEA_TOKEN}" # Gitea personal access token for renovate-bot
RENOVATE_PLATFORM: "gitea"
@@ -292,4 +293,4 @@ volumes:
ollama:
name: ollama
renovate-valkey-data:
name: renovate-valkey-data
name: renovate-valkey-data
+1 -4
View File
@@ -1,7 +1,4 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"local>trez/renovate-config"
]
"extends": ["local>trez/renovate-config"]
}