Update .gitea/workflows/renovate.yml
Some checks failed
renovate / renovate (push) Has been cancelled

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

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