Skip to content

Renovate

Renovate #949

Workflow file for this run

name: Renovate
on:
schedule:
# Scheduled workflows run on the latest commit on the default or base branch.
- cron: "0 2 * * *"
jobs:
renovate:
runs-on: ubuntu-24.04
env:
LOG_LEVEL: debug
steps:
- name: Checkout
uses: actions/[email protected]
- name: Self-hosted Renovate
uses: renovatebot/[email protected]
with:
configurationFile: renovate.json
token: ${{ secrets.RENOVATE_TOKEN }}