Skip to content

Disable replacements #120

Disable replacements

Disable replacements #120

name: Validate Renovate Config
on:
push
jobs:
config:
strategy:
matrix:
include:
- name: Own Config
config-files: .github/renovate.json5
- name: Shared Config
config-files: default.json5 # group.json5 is not possible yet
name: 🔍 ${{ matrix.name }}
runs-on: ubuntu-latest
steps:
- name: Checkout ${{ github.ref }} branch in ${{ github.repository }} repository.
uses: actions/checkout@v4
- name: Run renovate-config-validator on shared config.
run: >
npx
--yes
--package renovate
--call 'renovate-config-validator --strict ${{ matrix.config-files }}'