Skip to content

renovate

renovate #8187

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: '0 * * * *'
workflow_dispatch:
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: renovatebot/[email protected]
with:
configurationFile: selfhost-renovate.json
token: ${{ secrets.GITHUB_TOKEN }}