Skip to content

fix(website): vuepress-next breaking change #32

fix(website): vuepress-next breaking change

fix(website): vuepress-next breaking change #32

Workflow file for this run

name: renovate-config
on:
push:
paths:
- '.github/renovate.json5'
branches:
- main
pull_request:
paths:
- '.github/renovate.json5'
workflow_dispatch:
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: npx --package renovate -c 'renovate-config-validator'