A Renovate config for me.
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>int128/renovate-base",
],
}
name: validate
on:
pull_request:
paths:
- .github/workflows/validate.yaml
- .github/renovate.*
push:
branches:
- main
jobs:
validate:
uses: int128/renovate-base/.github/workflows/validate.yaml@main