We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d624df2 commit 234c471Copy full SHA for 234c471
.github/workflows/validate-renovate-config.yaml
@@ -15,10 +15,10 @@ jobs:
15
- uses: actions/checkout@v5
16
17
- name: Validate renovate-bot.js
18
- if: ${{ exists('renovate-bot.js') }}
+ if: ${{ hashFiles('.github/renovate-bot.js') != '' }}
19
run: |
20
npx --yes renovate-config-validator renovate-bot.js
21
22
- name: Validate renovate directory configs
23
24
- find renovate -type f -name '*.json' -exec npx --yes renovate-config-validator {} \;
+ find .github/renovate -type f -name '*.json' -exec npx --yes renovate-config-validator {} \;
0 commit comments