Skip to content

Renovate

Renovate #30

Workflow file for this run

name: Renovate
on:
schedule:
- cron: "30 4 * * *"
workflow_dispatch:
jobs:
renovate:
runs-on: ubuntu-latest
permissions:
contents: read
issues: write
pull-requests: write
steps:
- uses: actions/checkout@v6
- name: Self-hosted Renovate
uses: renovatebot/github-action@v46.1.0
with:
token: ${{ secrets.SERVICE_USER_GITHUB_TOKEN }}
configurationFile: .github/renovate-config.js
env:
RENOVATE_GIT_AUTHOR: ${{ secrets.SERVICE_USER_AUTHOR_EMAIL }}