Merge pull request 'fix: add RENOVATE_ENDPOINT for Gitea self-hosted instance' (#192) from gandalf/pri-1534-renovate-endpoint into main

This commit is contained in:
2026-05-14 20:38:54 +00:00
+2 -1
View File
@@ -16,11 +16,12 @@ jobs:
env:
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
RENOVATE_PLATFORM: gitea
RENOVATE_ENDPOINT: https://git.farh.net
RENOVATE_AUTODISCOVER: "true"
LOG_LEVEL: debug
run: |
npx renovate \
--token="${RENOVATE_TOKEN}" \
--platform=gitea \
--autodiscover=true \
--endpoint=https://git.farh.net \
--configurationFile=renovate-config.json