Skip to content

Commit 7bda357

Browse files
committed
Align validate-renovate workflow with on-disk renovate.json filename
Signed-off-by: Adam Surgenor <adam@surgenor.me>
1 parent 2e1f40a commit 7bda357

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/validate-renovate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- main
77
paths:
8-
- '.github/renovate.json5'
8+
- '.github/renovate.json'
99

1010
jobs:
1111
validate:
@@ -17,4 +17,4 @@ jobs:
1717
- name: Validate
1818
uses: rinchsan/renovate-config-validator@v0.2.1
1919
with:
20-
pattern: '*.json5'
20+
pattern: '.github/renovate.json'

0 commit comments

Comments
 (0)