Skip to content

Commit

Permalink
ci: validate Renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelol committed Oct 5, 2023
1 parent 9373c94 commit eaab7a7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/validate-renovate-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
on: [push]

jobs:
validate-renovate-config:
name: Validate renovate config
runs-on: ubuntu-latest
container:
image: renovate/renovate:slim
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- run: renovate --version
- run: renovate-config-validator

0 comments on commit eaab7a7

Please sign in to comment.