Skip to content

Renovate

Renovate #11426

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/15 * * * *"
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: renovatebot/[email protected]
with:
configurationFile: .github/renovate.json
token: ${{ secrets.ACCESS_TOKEN }}