mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-28 01:10:54 +01:00
19 lines
383 B
YAML
19 lines
383 B
YAML
name: "[Renovate] Validate configuration"
|
|
|
|
permissions:
|
|
contents: read
|
|
|
|
on:
|
|
pull_request:
|
|
branches: ["*"]
|
|
paths: [".github/renovate.json5"]
|
|
|
|
jobs:
|
|
renovate-validate:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v5
|
|
- run: |
|
|
npx --yes --package renovate -- \
|
|
renovate-config-validator --strict .github/renovate.json5
|