Chore: Update ghcr.io/renovatebot/renovate Docker tag to v39.28.0 #40
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 | |
- name: Validate renovate config | |
run: |- | |
# Renovate updates the line below. Please keep its formatting as it is. | |
export RENOVATE_IMAGE=ghcr.io/renovatebot/renovate:39.26.2@sha256:83e700d7e954b2c110ce385cfa3c49806b862f1b4162f4426d0562f7ec5ac9b9 | |
docker run -i --rm -v $(realpath .):/repo -w /repo --entrypoint renovate-config-validator "$RENOVATE_IMAGE" --strict |