Skip to content

Renovate

Renovate #32844

Workflow file for this run

name: Renovate
on:
workflow_dispatch:
schedule:
- cron: "0 * * * *"
concurrency:
group: renovate-main
cancel-in-progress: true
jobs:
renovate:
runs-on: ubuntu-latest
timeout-minutes: 180
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Self-hosted Renovate
uses: renovatebot/github-action@v41.0.13
with:
renovate-version: "39"
configurationFile: .github/self-hosted-renovate.js
token: ${{ secrets.GH_CQ_BOT }}
env:
RENOVATE_GITHUB_ACTOR: ${{ github.actor }}
RENOVATE_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LOG_LEVEL: 'debug'