Update .gitea/workflows/renovate.yml
Some checks failed
renovate / renovate (push) Failing after 5s

This commit is contained in:
Lee 2023-10-15 01:25:25 +00:00
parent cc10159fd4
commit b5cacabd2b

@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4
- run: renovate
env:
RENOVATE_CONFIG_FILE: "/workspace/gitea/renovate-config/config.js"
RENOVATE_CONFIG_FILE: "/home/container/config.js"
LOG_LEVEL: "debug"
RENOVATE_CONFIG_MIGRATION: "true" # ensure all repositories receive config migration PRs
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}