Skip to content

Renovate

Renovate #5789

Workflow file for this run

name: Renovate
on:
workflow_dispatch:
push:
branches:
- master
schedule:
- cron: '0 16/2,0-6/2 * * *'
concurrency: renovate
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: ./.github/actions/app-token-exporter
id: app-token
with:
private_key: ${{ secrets.PRIVATE_KEY }}
app_id: ${{ secrets.APP_ID }}
- name: Self-hosted Renovate
uses: renovatebot/github-action@e1db501385ddcccbaae6fb9c06befae04f379f23 # v40.2.10
with:
configurationFile: .github/renovate.json
token: ${{ steps.app-token.outputs.token }}
env:
LOG_LEVEL: 'debug'