Skip to content

FLPATH-2749 | Refactor the Plugin code based on new structure to cost-management #46

FLPATH-2749 | Refactor the Plugin code based on new structure to cost-management

FLPATH-2749 | Refactor the Plugin code based on new structure to cost-management #46

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@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- name: Validate config
# See https://docs.renovatebot.com/config-validation/
run: |
npx --yes --package renovate -- renovate-config-validator --strict .github/renovate.json