Skip to content

Renovate

Renovate #30189

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/[email protected]
with:
renovate-version: "37"
configurationFile: .github/self-hosted-renovate.js
token: ${{ secrets.GH_CQ_BOT }}
env:
RENOVATE_GITHUB_ACTOR: ${{ github.actor }}
RENOVATE_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}