move back config file to repo root
All checks were successful
renovate / renovate (push) Successful in 18s
All checks were successful
renovate / renovate (push) Successful in 18s
This commit is contained in:
parent
a3b9dad0a7
commit
3e3692a2c8
2 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ jobs:
|
|||
run: renovate
|
||||
env:
|
||||
LOG_LEVEL: "debug"
|
||||
RENOVATE_CONFIG_FILE: "${{ github.workspace }}/.gitea/renovate.json"
|
||||
RENOVATE_CONFIG_FILE: "${{ github.workspace }}/renovate.json"
|
||||
RENOVATE_ENDPOINT: https://git.keine.cloud/api/v1
|
||||
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
||||
RENOVATE_REPOSITORIES: ${{ format('["{0}"]', github.repository) }}
|
||||
|
|
Loading…
Add table
Reference in a new issue