try not defining config file
Some checks failed
renovate / renovate (push) Failing after 11s

should be discovered
This commit is contained in:
Oliver Lippert 2024-01-21 12:18:12 +01:00
parent e49828efa6
commit a2f105e18a
Signed by: oliver
GPG key ID: 4AE99C459BC7D2B3

View file

@ -22,7 +22,7 @@ jobs:
run: renovate
env:
LOG_LEVEL: "debug"
RENOVATE_CONFIG_FILE: "${{ github.workspace }}/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) }}