Skip to content

Renovate

Renovate #3257

Workflow file for this run

name: Renovate
on:
schedule:
- cron: '0 */8 * * *'
workflow_dispatch:
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.3.0
- name: Self-hosted Renovate
uses: renovatebot/github-action@v34.82.0
with:
configurationFile: renovate.json
token: ${{ secrets.RENOVATE_TOKEN }}