Auto Merge of PR 65 - renovate-registry-credentials_2025-09-24T20-50-25
Renovate / renovate (push) Successful in 7m30s

Merged by Trez.One
This commit was merged in pull request #65.
This commit is contained in:
2025-09-28 18:37:40 -04:00
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"]
}