fix: Renovate workflow config updated to point to correct config.js location in .gitea/workflows directory
Some checks failed
Build Docker Container / Build-Container-Image (push) Successful in 27s
renovate / renovate (push) Failing after 9s

This commit is contained in:
Alex Wellnitz 2025-03-17 18:45:56 +01:00
parent 206f2db656
commit 0eff437862

View File

@ -15,6 +15,6 @@ jobs:
- uses: actions/checkout@v4
- run: renovate
env:
RENOVATE_CONFIG_FILE: "./gitea/workflows/config.js" # replace it with your config.js path
RENOVATE_CONFIG_FILE: ".gitea/workflows/config.js" # replace it with your config.js path
LOG_LEVEL: "debug"
RENOVATE_TOKEN: ${{ secrets.GA_TOKEN }} # your Revonate bot token