Skip to content

Renovate

Renovate #2

Workflow file for this run

name: Renovate
on:
workflow_dispatch:
schedule:
- cron: '37 1 * * *'
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Renovate
uses: renovatebot/[email protected]
with:
configurationFile: .github/renovate.json
token: ${{ secrets.RENOVATE_TOKEN }}