Skip to content

Commit

Permalink
ci: use container in renovatebot workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aabouzaid committed Jan 7, 2025
1 parent 0bee96d commit b7cee06
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/renovatebot-config-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ name: Renovatebot | Config Check
on:
push:
paths:
- '.github/renovate.json5'
- '.github/config/renovatebot/**'
- '.github/workflows/renovatebot-config-check.yaml'
- '.github/renovate.json5'
- '.github/config/renovatebot/**'
pull_request:
paths:
- '.github/renovate.json5'
- '.github/config/renovatebot/**'
- '.github/workflows/renovatebot-config-check.yaml'
- '.github/renovate.json5'
- '.github/config/renovatebot/**'
workflow_dispatch: { }

permissions:
Expand All @@ -18,10 +20,11 @@ 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: |
renovate-config-validator .github/renovate.json5 .github/config/renovatebot/*
entrypoint: bash -c
args: renovate-config-validator .github/renovate.json5 .github/config/renovatebot/*

0 comments on commit b7cee06

Please sign in to comment.