Skip to content

Renovate

Renovate #4

Workflow file for this run

name: Renovate
on:
schedule:
- cron: "0 6 * * *" # Run every day at 6am UTC
workflow_dispatch: # Enables manual trigger
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6.0.3
- name: Self-hosted Renovate
uses: renovatebot/github-action@v46.1.19
with:
configurationFile: .github/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }}