diff --git a/.gitea/workflows/renovate.yaml b/.gitea/workflows/renovate.yaml index 469ff8e..c760785 100644 --- a/.gitea/workflows/renovate.yaml +++ b/.gitea/workflows/renovate.yaml @@ -20,9 +20,11 @@ jobs: uses: docker://renovate/renovate:38 # Pinning to a major version is usually easier to maintain env: # This forces the exact system path to be dynamically generated - RENOVATE_CONFIG_FILE: ${{ github.workspace }}/infra/renovate/config.js LOG_LEVEL: "debug" RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} RENOVATE_ENDPOINT: "https://git.natelubitz.com/api/v1" + RENOVATE_CONFIG_FILE: "infra/renovate/config.js" + RENOVATE_AUTODISCOVER: "true" + RENOVATE_PLATFORM: "gitea" with: args: "${{ github.workspace }}/infra/renovate/config.js" \ No newline at end of file