Skip to content

Renovate

Renovate #231

Workflow file for this run

name: Renovate
on:
schedule:
- cron: '0 0/4 * * *'
workflow_dispatch:
jobs:
renovate:
permissions:
contents: write
pull-requests: write
issues: write
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6.0.2
- name: Self-hosted Renovate
uses: renovatebot/github-action@v46.1.1
with:
configurationFile: renovate.json
token: ${{ secrets.RENOVATE_TOKEN }}
env:
RENOVATE_REPOSITORIES: ${{ github.repository }}