more debugging

This commit is contained in:
Madison Grubb
2026-03-04 10:40:29 -05:00
parent b343bdde5e
commit 11358c5b79

View File

@@ -24,11 +24,19 @@ jobs:
echo "docker info:" echo "docker info:"
docker info || echo "docker info failed" docker info || echo "docker info failed"
- name: Validate renovate.json
run: |
docker run --rm -t \
-v "$PWD/renovate.json:/usr/src/app/renovate.json" \
ghcr.io/renovatebot/renovate:43 \
renovate-config-validator /usr/src/app/renovate.json
- name: Run Renovate - name: Run Renovate
uses: renovatebot/github-action@v46.1.3 uses: renovatebot/github-action@v46.1.3
with: with:
mount-docker-socket: 'true' mount-docker-socket: 'true'
env: env:
LOG_LEVEL: debug
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
RENOVATE_PLATFORM: gitea RENOVATE_PLATFORM: gitea
RENOVATE_ENDPOINT: https://git.keligrubb.com RENOVATE_ENDPOINT: https://git.keligrubb.com