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 d81bfb0
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 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 @@ -23,5 +25,5 @@ jobs:
- name: Validate renovate config
uses: docker://renovate/renovate
with:
args: |
renovate-config-validator .github/renovate.json5 .github/config/renovatebot/*
entrypoint: bash
args: -c "renovate-config-validator .github/renovate.json5 .github/config/renovatebot/* zz"

0 comments on commit d81bfb0

Please sign in to comment.