Skip to content

Renovate

Renovate #265

Workflow file for this run

name: Renovate
on:
schedule:
# Daily, at midnight.
- cron: '0 0 * * *'
# Can also be triggered manually.
workflow_dispatch:
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.2.2
- name: Renovate
uses: renovatebot/github-action@v41.0.13
with:
configurationFile: renovate-config.json
token: ${{ secrets.RENOVATE_TOKEN }}