Skip to content

chore(renovate): Run go mod tidy after each Renovate update #7

chore(renovate): Run go mod tidy after each Renovate update

chore(renovate): Run go mod tidy after each Renovate update #7

name: PR Renovate Config Validator
on:
pull_request:
paths:
- '.github/renovate.json'
# Renovate always uses the config from the repository default branch
# https://docs.renovatebot.com/configuration-options/
branches: [ 'main' ]
jobs:
renovate-config-validator:
runs-on: ubuntu-latest
name: Renovate Config Validator
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Validate config
# See https://docs.renovatebot.com/config-validation/
run: |
npx --yes --package renovate -- renovate-config-validator --strict .github/renovate.json