Skip to content

Commit 8b88530

Browse files
author
Joonas Hiltunen
committed
Use shared renovatebot config check composite action
1 parent 1bb47f5 commit 8b88530

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

.github/workflows/check-renovatebot-config.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,8 @@ jobs:
88
name: Validate renovatebot config
99
runs-on: ubuntu-24.04
1010
steps:
11-
- name: Checkout
12-
uses: actions/checkout@v4
13-
with:
14-
submodules: recursive
15-
16-
- name: Validate
17-
uses: suzuki-shunsuke/github-action-renovate-config-validator@v1.1.1
11+
- name: Validate Renovatebot config
12+
uses: HSLdevcom/jore4-tools/github-actions/check-renovatebot-config@shared-check-renovatebot-config-v1
1813
with:
1914
config_file_path: .github/renovate.json5
15+
checkout_submodules: recursive

0 commit comments

Comments
 (0)