Skip to content

renovate

renovate #257

Workflow file for this run

---
# yamllint disable rule:line-length
name: renovate
on:
pull_request:
paths:
- '.github/workflows/renovate.yaml'
schedule:
- cron: '0 4 * * *'
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
renovate:
uses: ppat/github-workflows/.github/workflows/renovate.yaml@b62897fd95e2274bfb096f275a7e5588d61bb1c3 # v3.0.1
with:
dry_run: ${{ github.event_name == 'pull_request' }}
git_ref: ${{ github.head_ref || github.ref }}
log_level: debug
secrets:
app_id: ${{ secrets.RENOVATE_APP_ID }}
app_private_key: ${{ secrets.RENOVATE_APP_PRIVATE_KEY }}
dockerhub_username: ${{ secrets.DOCKERHUB_USERNAME }}
dockerhub_token: ${{ secrets.DOCKERHUB_TOKEN }}