Skip to content

Commit

Permalink
renovate: add workflow to validate config
Browse files Browse the repository at this point in the history
  • Loading branch information
roobre committed Jul 8, 2024
1 parent ed93cf8 commit a4835ee
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/renovate-validate.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Validate renovate config
on:
pull_request: {}
jobs:
validate:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout Code
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- run: |-
docker run -i --rm -v $(realpath .):/repo -w /repo --entrypoint renovate-config-validator ghcr.io/renovatebot/renovate --strict

0 comments on commit a4835ee

Please sign in to comment.