Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 1 addition & 10 deletions .github/workflows/validate-renovate-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,5 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4

- name: Setup
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we use npx so setting up the whole environment, injecting secrets and running pnpm install didn't do anything as renovate isn't in the dependencies we install.

id: config
uses: ./.github/actions/init
with:
cache-enabled: true
turbo-signature: ${{ secrets.TURBO_REMOTE_CACHE_SIGNATURE_KEY }}
turbo-team: ${{ vars.TURBO_TEAM }}
turbo-token: ${{ secrets.TURBO_TOKEN }}

- name: Validate Renovate Config
run: npx --yes --package renovate@latest renovate-config-validator
run: npx --yes --package renovate@43.150.0 renovate-config-validator
Loading