defining config file path
All checks were successful
renovate / renovate (push) Successful in 18s

This commit is contained in:
Oliver Lippert 2024-01-21 12:21:07 +01:00
parent a2f105e18a
commit a3b9dad0a7
Signed by: oliver
GPG key ID: 4AE99C459BC7D2B3
2 changed files with 1 additions and 1 deletions

View file

@ -22,7 +22,7 @@ jobs:
run: renovate run: renovate
env: env:
LOG_LEVEL: "debug" LOG_LEVEL: "debug"
#RENOVATE_CONFIG_FILE: "${{ github.workspace }}/renovate.json" RENOVATE_CONFIG_FILE: "${{ github.workspace }}/.gitea/renovate.json"
RENOVATE_ENDPOINT: https://git.keine.cloud/api/v1 RENOVATE_ENDPOINT: https://git.keine.cloud/api/v1
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
RENOVATE_REPOSITORIES: ${{ format('["{0}"]', github.repository) }} RENOVATE_REPOSITORIES: ${{ format('["{0}"]', github.repository) }}