Skip to content

Commit fa35e62

Browse files
committed
ci: Add a workflow to validate the Renovate config
Signed-off-by: Martin Nonnenmacher <martin.nonnenmacher@doubleopen.org>
1 parent db86ac9 commit fa35e62

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Renovate Validation
2+
3+
on:
4+
pull_request:
5+
branches:
6+
- main
7+
push:
8+
branches:
9+
- main
10+
11+
jobs:
12+
renovate-validation:
13+
runs-on: ubuntu-24.04
14+
steps:
15+
- name: Checkout Repository
16+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
17+
- name: Validate Renovate Config
18+
run: npx -y --package renovate@latest -- renovate-config-validator renovate.json

0 commit comments

Comments
 (0)