Skip to content

ci/renovate: allow renovate to update itself #10

ci/renovate: allow renovate to update itself

ci/renovate: allow renovate to update itself #10

name: Validate renovate config
on:
pull_request:
paths:
- '**renovate*.*'
jobs:
validate:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout Code
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- run: |-
# Renovate updates the line below. Please keep its formatting as it is.
export RENOVATE_IMAGE=ghcr.io/renovatebot/renovate:38.67.1
docker run -i --rm -v $(realpath .):/repo -w /repo --entrypoint renovate-config-validator ghcr.io/renovatebot/renovate:${renovate-version} --strict