Skip to content

Support using repo configuration from a branch #3

Support using repo configuration from a branch

Support using repo configuration from a branch #3

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