Skip to content

build: pin workflow digests #3

build: pin workflow digests

build: pin workflow digests #3

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@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version-file: .nvmrc
- run: pnpm install --global renovate
- name: Validate Renovate config
run: renovate-config-validator