Skip to content

Commit 567eada

Browse files
committed
ci: check renovate config
1 parent 13dd350 commit 567eada

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Validate Renovate Config
2+
3+
on:
4+
push:
5+
paths:
6+
- "renovate.json"
7+
pull_request:
8+
paths:
9+
- "renovate.json"
10+
11+
jobs:
12+
validate:
13+
runs-on: ubuntu-latest
14+
steps:
15+
- uses: actions/checkout@v4
16+
17+
- name: Validate renovate.json
18+
run: npx --yes --package renovate -- renovate-config-validator

0 commit comments

Comments
 (0)