Skip to content

Run renovate

Run renovate #364

Workflow file for this run

---
name: Run renovate
on:
workflow_dispatch:
schedule:
- cron: "0 23 * * *"
push:
branches:
- develop
- main
jobs:
renovate:
name: Run renovate
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Self-hosted Renovate
uses: renovatebot/github-action@v40.2.10
with:
renovate-version: full
configurationFile: renovate.json
token: ${{ secrets.RENOVATE_TOKEN }}