Skip to content

Renovate (cli)

Renovate (cli) #1

Workflow file for this run

name: Renovate (cli)
on:
schedule:
- cron: "0 6 * * *"
workflow_dispatch:
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Renovate
uses: renovatebot/github-action@v46.1.17
with:
configurationFile: renovate-cli.json
token: ${{ secrets.RENOVATE_TOKEN }}