Fine-tune Renovate execution

Signed-off-by: justusbunsi <sk.bunsenbrenner@gmail.com>
This commit is contained in:
justusbunsi
2023-09-04 19:40:50 +02:00
parent d9f70b29a5
commit 2ccbca00ed

View File

@@ -16,6 +16,8 @@ jobs:
- run: renovate - run: renovate
env: env:
RENOVATE_CONFIG_FILE: "/workspace/gitea/renovate-config/config.js" RENOVATE_CONFIG_FILE: "/workspace/gitea/renovate-config/config.js"
LOG_LEVEL: "debug"
RENOVATE_CONFIG_MIGRATION: "true" # ensure all repositories receive config migration PRs
RENOVATE_TOKEN: ${{ gitea.token }} RENOVATE_TOKEN: ${{ gitea.token }}
# - name: Install libs # - name: Install libs
# run: apt-get update && apt-get install -y sudo lsb-release systemd docker.io # run: apt-get update && apt-get install -y sudo lsb-release systemd docker.io