This commit is contained in:
Madison Grubb
2026-03-04 10:42:24 -05:00
parent 11358c5b79
commit 883763984b

View File

@@ -27,9 +27,9 @@ jobs:
- name: Validate renovate.json
run: |
docker run --rm -t \
-v "$PWD/renovate.json:/usr/src/app/renovate.json" \
-v "$PWD/renovate.json:/config/renovate.json:ro" \
ghcr.io/renovatebot/renovate:43 \
renovate-config-validator /usr/src/app/renovate.json
renovate-config-validator /config/renovate.json
- name: Run Renovate
uses: renovatebot/github-action@v46.1.3