Update .gitea/workflows/renovate.yaml
All checks were successful
renovate / renovate (push) Successful in 5m48s

This commit is contained in:
Jan K9f 2025-03-29 09:34:48 +00:00
parent f69f2e2099
commit 2a37dc8dbb

View file

@ -38,7 +38,8 @@ jobs:
RENOVATE_CONFIG_FILE: "config.js" # Path to your config file
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} # Token for Gitea
GITHUB_COM_TOKEN: ${{ secrets.GH_TOKEN }} # Only needed if Renovate MUST access github.com (e.g., for release notes). Remove if not needed.
RENOVATE_PRIVATE_KEY: ${{ secrets.RENOVATE_GPG_SECRET_KEY }}
RENOVATE_GIT_AUTHOR: "Renovate Bot <renovate@kjan.de>"
# --- Performance & Logging ---
# Use 'info' for normal runs, 'debug' only when troubleshooting
LOG_LEVEL: "info"