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
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:
+2
-1
@@ -189,6 +189,7 @@ services:
|
|||||||
renovate:
|
renovate:
|
||||||
container_name: renovate
|
container_name: renovate
|
||||||
environment:
|
environment:
|
||||||
|
RENOVATE_CONFIG_FILE: ${RIKKU_DOCKER_DIR}/renovate/config.js
|
||||||
# --- Authentication & platform ---
|
# --- Authentication & platform ---
|
||||||
RENOVATE_TOKEN: "${RENOVATE_GITEA_TOKEN}" # Gitea personal access token for renovate-bot
|
RENOVATE_TOKEN: "${RENOVATE_GITEA_TOKEN}" # Gitea personal access token for renovate-bot
|
||||||
RENOVATE_PLATFORM: "gitea"
|
RENOVATE_PLATFORM: "gitea"
|
||||||
@@ -292,4 +293,4 @@ volumes:
|
|||||||
ollama:
|
ollama:
|
||||||
name: ollama
|
name: ollama
|
||||||
renovate-valkey-data:
|
renovate-valkey-data:
|
||||||
name: renovate-valkey-data
|
name: renovate-valkey-data
|
||||||
|
|||||||
+1
-4
@@ -1,7 +1,4 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": [
|
"extends": ["local>trez/renovate-config"]
|
||||||
"config:recommended",
|
|
||||||
"local>trez/renovate-config"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user