Skip to content

Renovate

Renovate #120

Workflow file for this run

name: Renovate
on:
workflow_dispatch:
schedule:
- cron: 0 4 * * *
permissions:
contents: write
issues: read
pull-requests: write
jobs:
renovate:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
with:
persist-credentials: false
- name: Renovate
uses: renovatebot/github-action@66387ab8c2464d575b933fa44e9e5a86b2822809 # v44.2.4
env:
RENOVATE_REPOSITORIES: ${{ github.repository }}
RENOVATE_ONBOARDING: false
with:
token: ${{ secrets.GITHUB_TOKEN }}