Skip to content

Renovate

Renovate #20

Workflow file for this run

name: Renovate
on:
workflow_dispatch:
schedule:
# The "*" (#42, asterisk) character has special semantics in YAML, so this
# string has to be quoted.
- cron: '0 4 * * 5'
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Renovate Bot GitHub Action
uses: renovatebot/[email protected]
env:
LOG_LEVEL: 'debug'
with:
configurationFile: .github/renovate-config.json
token: ${{ secrets.RENOVATE_TOKEN }}