Skip to content

Renovate

Renovate #5331

Workflow file for this run

name: Renovate
on:
workflow_dispatch: {}
schedule:
- cron: '0 0 * * 0'
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Self-hosted Renovate
uses: renovatebot/[email protected]
with:
configurationFile: .github/renovate-config.js
token: ${{ secrets.REPO_GITHUB_TOKEN }}
env:
LOG_LEVEL: debug