Skip to content

fix(renovate): Handle codenarc groovy versioning #13

fix(renovate): Handle codenarc groovy versioning

fix(renovate): Handle codenarc groovy versioning #13

name: "Validate Renovate Configuration"
on:
push:
paths:
- "renovate-config.json"
pull_request:
paths:
- "renovate-config.json"
jobs:
validate:
# Only run on PRs if the source branch is on someone else's repo
if: "${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }}"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: suzuki-shunsuke/[email protected]
with:
config_file_path: renovate-config.json