Skip to content

chore(renovate): group Maven updates by groupId (incl. security) #5

chore(renovate): group Maven updates by groupId (incl. security)

chore(renovate): group Maven updates by groupId (incl. security) #5

name: Validate Renovate Config
on:
push:
paths:
- renovate.json
- .github/workflows/renovate-config-lint.yaml
pull_request:
paths:
- renovate.json
- .github/workflows/renovate-config-lint.yaml
# Declare default permissions as read-only.
permissions: read-all
jobs:
validate-renovate-config:
name: Validate renovate.json
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
with:
persist-credentials: false
- name: Validate renovate.json
run: docker run --rm -v "$PWD":/work -w /work renovate/renovate:latest renovate-config-validator renovate.json