@@ -20,9 +20,11 @@ jobs:
|
|||||||
uses: docker://renovate/renovate:38 # Pinning to a major version is usually easier to maintain
|
uses: docker://renovate/renovate:38 # Pinning to a major version is usually easier to maintain
|
||||||
env:
|
env:
|
||||||
# This forces the exact system path to be dynamically generated
|
# This forces the exact system path to be dynamically generated
|
||||||
RENOVATE_CONFIG_FILE: ${{ github.workspace }}/infra/renovate/config.js
|
|
||||||
LOG_LEVEL: "debug"
|
LOG_LEVEL: "debug"
|
||||||
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
||||||
RENOVATE_ENDPOINT: "https://git.natelubitz.com/api/v1"
|
RENOVATE_ENDPOINT: "https://git.natelubitz.com/api/v1"
|
||||||
|
RENOVATE_CONFIG_FILE: "infra/renovate/config.js"
|
||||||
|
RENOVATE_AUTODISCOVER: "true"
|
||||||
|
RENOVATE_PLATFORM: "gitea"
|
||||||
with:
|
with:
|
||||||
args: "${{ github.workspace }}/infra/renovate/config.js"
|
args: "${{ github.workspace }}/infra/renovate/config.js"
|
||||||
Reference in New Issue
Block a user