Skip to content

Renovate

Renovate #5488

Workflow file for this run

name: Renovate
on:
schedule:
# Every 3 hours
- cron: '0 */3 * * *'
workflow_dispatch:
jobs:
renovate:
runs-on: ubuntu-latest
timeout-minutes: 55
steps:
- name: Get token
id: get_token
uses: tibdex/github-app-token@v2
with:
private_key: ${{ secrets.PRIVATE_KEY }}
app_id: ${{ secrets.APP_ID }}
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Self-hosted Renovate
uses: renovatebot/[email protected]
with:
configurationFile: .github/renovate-global.json
token: '${{ steps.get_token.outputs.token }}'
renovate-image: ghcr.io/cgrindel/renovate-bot
env:
LOG_LEVEL: debug