Skip to content

Renovate

Renovate #86

Workflow file for this run

name: Renovate
on:
schedule:
# At 05:45 on Tuesday
- cron: '45 5 * * 2'
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Self-hosted Renovate
uses: renovatebot/[email protected]
with:
configurationFile: renovate.json
token: ${{ secrets.RENOVATE_TOKEN }}