Skip to content

Renovate

Renovate #25077

Workflow file for this run

name: Renovate
on:
schedule:
- cron: 0/15 * * * *
workflow_dispatch: {}
concurrency: renovate-runner
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Obtain token
id: obtainToken
uses: tibdex/github-app-token@v2
with:
private_key: ${{ secrets.private_key }}
app_id: ${{ secrets.app_id }}
- name: Checkout
uses: actions/[email protected]
- name: Self-hosted Renovate
uses: renovatebot/[email protected]
with:
token: '${{ steps.obtainToken.outputs.token }}'
configurationFile: '.github/renovate.json'