Skip to content

Renovate

Renovate #3

Workflow file for this run

name: Renovate
on:
schedule:
# Run every Monday at 6:00 AM UTC
- cron: '0 6 * * 1'
workflow_dispatch:
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Self-hosted Renovate
uses: renovatebot/github-action@v40.1.11
with:
configurationFile: renovate.json
token: ${{ secrets.RENOVATE_TOKEN }}