Skip to content

RenovateBot Updater #363

RenovateBot Updater

RenovateBot Updater #363

Workflow file for this run

name: RenovateBot Updater
on:
schedule:
- cron: '00 5 * * *'
jobs:
update:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Self-hosted Renovate
uses: renovatebot/[email protected]
with:
configurationFile: .renovaterc.json5
token: ${{ secrets.RENOVATE_TOKEN }}