/renovate-config-validator-workflow

Reusable workflow to validate your Renovate config

Apache License 2.0Apache-2.0

renovate-config-validator-workflow test

This is a reusable workflow to run renovate-config-validator in your repository.

Getting Started

name: renovate-config

on:
  pull_request:
    paths:
      - .github/workflows/renovate-config.yaml
      - .github/renovate.*
  push:
    branches:
      - main
    paths:
      - .github/workflows/renovate-config.yaml
      - .github/renovate.*

jobs:
  validate:
    uses: int128/renovate-config-validator-workflow/.github/workflows/validate.yaml@main

How it works

This workflow runs renovate-config-validator using pnpm on Node.js.