Skip to content

rinchsan/renovate-config-validator

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

renovate-config-validator

✅ Validate Renovate config in GitHub Actions

Example

name: CI

on:
  pull_request:
    branches:
      - main
  push:
    branches:
      - main

jobs:
  validate:
    name: Validate
    runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: actions/checkout@v4
      - name: Validate
        uses: rinchsan/renovate-config-validator@main
        with:
          pattern: '*.json' # Regular expression for filename to validate, default to *.json