Skip to content

Renovate

Renovate #174507

Workflow file for this run

name: Renovate
on:
schedule:
- cron: '0/5 * * * *'
push:
workflow_dispatch:
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0
- name: Self-hosted Renovate
uses: renovatebot/[email protected]
with:
configurationFile: .github/renovate.js
token: ${{ secrets.RENOVATE_TOKEN }}