Skip to content

Renovate

Renovate #13625

Workflow file for this run

name: Renovate
on:
schedule:
- cron: '0 * * * *'
push:
branches: [ "main" ]
workflow_dispatch:
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Self-hosted Renovate
uses: renovatebot/github-action@v40.2.1
with:
configurationFile: .github/renovate.json
token: ${{ secrets.RENOVATE_TOKEN }}
# env:
# LOG_LEVEL: 'debug'