diff --git a/.gitea/workflows/renovate.yaml b/.gitea/workflows/renovate.yaml index 840312a..5a4b080 100644 --- a/.gitea/workflows/renovate.yaml +++ b/.gitea/workflows/renovate.yaml @@ -18,6 +18,7 @@ jobs: # Pulled from public Docker Hub instead of ghcr.io uses: docker://renovate/renovate:37.20.2 env: - RENOVATE_CONFIG_FILE: "infra/renovate/config.js" # Just the relative path from repository root + # 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_TOKEN: ${{ secrets.RENOVATE_TOKEN }} \ No newline at end of file