@@ -18,6 +18,6 @@ jobs:
|
|||||||
# Pulled from public Docker Hub instead of ghcr.io
|
# Pulled from public Docker Hub instead of ghcr.io
|
||||||
uses: docker://renovate/renovate:37.20.2
|
uses: docker://renovate/renovate:37.20.2
|
||||||
env:
|
env:
|
||||||
RENOVATE_CONFIG_FILE: "${{ github.workspace }}/infra/renovate/config.js"
|
RENOVATE_CONFIG_FILE: "infra/renovate/config.js" # Just the relative path from repository root
|
||||||
LOG_LEVEL: "debug"
|
LOG_LEVEL: "debug"
|
||||||
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user