Skip to content

ci: use bash in renovatebot workflow #23

ci: use bash in renovatebot workflow

ci: use bash in renovatebot workflow #23

name: Renovatebot | Config Check
on:
push:
paths:
- '.github/workflows/renovatebot-config-check.yaml'
- '.github/renovate.json5'
- '.github/config/renovatebot/**'
pull_request:
paths:
- '.github/workflows/renovatebot-config-check.yaml'
- '.github/renovate.json5'
- '.github/config/renovatebot/**'
workflow_dispatch: { }
permissions:
contents: read
jobs:
check:
name: Check renovate config
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Validate renovate config
uses: docker://renovate/renovate
with:
args: |
bash -c 'renovate-config-validator .github/renovate.json5 .github/config/renovatebot/*'