Skip to content

chore(renovate): only support most two recent releases 0.31 and 0.32 #99

chore(renovate): only support most two recent releases 0.31 and 0.32

chore(renovate): only support most two recent releases 0.31 and 0.32 #99

Workflow file for this run

name: renovate-config
on:
push:
paths:
- '.github/renovate.json5'
branches:
- main
- 'releases-**'
pull_request:
paths:
- '.github/renovate.json5'
workflow_dispatch:
permissions:
contents: read
jobs:
validate:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
- run: npx --package renovate -c 'renovate-config-validator'