Skip to content

Switch to JSON5, add some initial comments #14

Switch to JSON5, add some initial comments

Switch to JSON5, add some initial comments #14

Workflow file for this run

name: Validate Renovate presets
on:
pull_request:
paths:
- "default.json"
- ".github/workflows/validate.yml"
workflow_dispatch:
permissions: {}
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
persist-credentials: false
- run: |
docker run --rm -v \
"${{ github.workspace }}:/workspace" \
-w /workspace \
ghcr.io/renovatebot/renovate:latest \
renovate-config-validator \
default.json5