Skip to content

renovate

renovate #4152

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/github-action@v40.1.0
with:
configurationFile: renovate.json
token: ${{ secrets.GITHUB_TOKEN }}