8000 GitHub - rinchsan/renovate-config-validator: :white_check_mark: Validate Renovate config in GitHub Actions
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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

About

✅ Validate Renovate config in GitHub Actions

Resources

License

Stars

Watchers

Forks

Contributors 5

0