We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46efaf9 commit a043a15Copy full SHA for a043a15
1 file changed
.github/workflows/validate-renovate-config.yml
@@ -16,14 +16,5 @@ jobs:
16
- name: Checkout repo
17
uses: actions/checkout@v4
18
19
- - name: Setup
20
- id: config
21
- uses: ./.github/actions/init
22
- with:
23
- cache-enabled: true
24
- turbo-signature: ${{ secrets.TURBO_REMOTE_CACHE_SIGNATURE_KEY }}
25
- turbo-team: ${{ vars.TURBO_TEAM }}
26
- turbo-token: ${{ secrets.TURBO_TOKEN }}
27
-
28
- name: Validate Renovate Config
29
- run: npx --yes --package renovate@latest renovate-config-validator
+ run: npx --yes --package renovate@43.150.0 renovate-config-validator
0 commit comments