Merge pull request #482 from johanneskastl/20251107_renovate_github_action

ADD .github/workflows/renovate-config-validator.yml
This commit is contained in:
Johannes Kastl
2025-11-07 21:26:34 +01:00
committed by GitHub

View File

@@ -0,0 +1,28 @@
---
name: renovate-config-validator
on:
pull_request:
branches:
- main
paths:
- renovate.json
push:
branches:
- main
paths:
- renovate.json
jobs:
validate:
name: renovate-config-validator
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
with:
persist-credentials: false
- name: Validate
uses: rinchsan/renovate-config-validator@a12a2b98cd4db923c33d1ce407c57afb43f3ff59 # v0.2.0
with:
pattern: 'renovate.json'