Skip to content

Renovate

Renovate #4410

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@v4.1.5
- 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@v40.1.11
with:
configurationFile: .github/renovate.json
token: ${{ steps.app-token.outputs.token }}
env:
LOG_LEVEL: 'debug'