Update .gitea/workflows/renovate.yaml
All checks were successful
renovate / renovate (push) Successful in 5m48s
All checks were successful
renovate / renovate (push) Successful in 5m48s
This commit is contained in:
parent
f69f2e2099
commit
2a37dc8dbb
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue