Skip to content

Commit 1a51e4f

Browse files
committed
fix: Update renovate config check template to use npx
1 parent 0b6a924 commit 1a51e4f

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

sdk-platform-java/hermetic_build/library_generation/owlbot/templates/java_library/.github/workflows/renovate_config_check.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
paths:
66
- 'renovate.json'
7+
- '.github/workflows/renovate_config_check.yaml'
78

89
jobs:
910
renovate_bot_config_validation:
@@ -18,8 +19,6 @@ jobs:
1819
with:
1920
node-version: '22'
2021

21-
- name: Install Renovate and Config Validator
22+
- name: Run Renovate Config Validator
2223
run: |
23-
npm install -g npm@latest
24-
npm install --global renovate
25-
renovate-config-validator
24+
npx --package renovate@43.136.0 renovate-config-validator

0 commit comments

Comments
 (0)