From 5373d9cf3862110c05b50c7e6abf89396f6920de Mon Sep 17 00:00:00 2001 From: Markus Tacker Date: Fri, 6 Mar 2026 10:25:52 +0100 Subject: [PATCH] ci: check renovate config --- .github/workflows/renovate-config-check.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/renovate-config-check.yaml diff --git a/.github/workflows/renovate-config-check.yaml b/.github/workflows/renovate-config-check.yaml new file mode 100644 index 0000000..261d982 --- /dev/null +++ b/.github/workflows/renovate-config-check.yaml @@ -0,0 +1,18 @@ +name: Validate Renovate Config + +on: + push: + paths: + - "renovate.json" + pull_request: + paths: + - "renovate.json" + +jobs: + validate: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + + - name: Validate renovate.json + run: npx --yes --package renovate -- renovate-config-validator