Skip to content

chore(config): migrate renovate config (#1995) #7

chore(config): migrate renovate config (#1995)

chore(config): migrate renovate config (#1995) #7

Workflow file for this run

name: Renovate
on:
push:
branches:
- main
paths:
- renovate.json
pull_request:
paths:
- renovate.json
permissions:
contents: read
jobs:
renovate-config-validator:
name: Config validation
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Setup pnpm
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
with:
run_install: false
- name: Setup Node
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version-file: .nvmrc
- run: pnpm install --global renovate
- name: Validate Renovate config
run: renovate-config-validator