Skip to content

Renovate

Renovate #258

Workflow file for this run

name: Renovate
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Self-hosted Renovate
uses: renovatebot/github-action@v46.1.6
with:
configurationFile: renovate-global.json
token: ${{ secrets.RENOVATE_TOKEN }}