Compare commits

...

3 commits

Author SHA1 Message Date
85b3744b74
Merge pull request 'Update .gitea/workflows/renovate.yaml' (#42) from gpg into main
All checks were successful
renovate / renovate (push) Successful in 6m35s
Reviewed-on: #42
2025-03-29 10:22:43 +00:00
934738cedc Update .gitea/workflows/renovate.yaml
All checks were successful
renovate / renovate (push) Successful in 5m21s
2025-03-29 09:52:33 +00:00
2a37dc8dbb Update .gitea/workflows/renovate.yaml
All checks were successful
renovate / renovate (push) Successful in 5m48s
2025-03-29 09:34:48 +00:00

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_GIT_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"