Skip to content

CI: Setup renovate bot #7

CI: Setup renovate bot

CI: Setup renovate bot #7

Workflow file for this run

name: Renovate
on:
schedule:
# The "*" (#42, asterisk) character has special semantics in YAML, so this
# string has to be quoted.
- cron: '42 3 * * *'
pull_request:
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Self-hosted Renovate
uses: renovatebot/[email protected]
with:
renovate-version: 38.114.0
token: ${{ secrets.GITHUB_TOKEN }}
configurationFile: renovate.json5
env:
LOG_LEVEL: debug
# vim:ts=2:sw=2:et