Skip to content

Renovate

Renovate #7398

Workflow file for this run

name: Renovate
on:
workflow_dispatch:
schedule:
- cron: "*/20 * * * *"
permissions:
contents: write
pull-requests: write
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 2
persist-credentials: false
- name: Run Renovate
uses: renovatebot/github-action@v40.1.12
with:
token: ${{ secrets.GITHUB_TOKEN }}
configurationFile: renovate.json
env:
LOG_LEVEL: info
RENOVATE_REPOSITORIES: ${{ github.repository }}
RENOVATE_ONBOARDING: "false"