Skip to content

Commit a043a15

Browse files
chore(repo): Pin renovate config validator version (#8580)
1 parent 46efaf9 commit a043a15

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

.github/workflows/validate-renovate-config.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,5 @@ jobs:
1616
- name: Checkout repo
1717
uses: actions/checkout@v4
1818

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-
2819
- name: Validate Renovate Config
29-
run: npx --yes --package renovate@latest renovate-config-validator
20+
run: npx --yes --package renovate@43.150.0 renovate-config-validator

0 commit comments

Comments
 (0)