feat: add renovate

This commit is contained in:
2026-03-20 18:32:33 +01:00
parent e5fa2269f3
commit f55ab0b821
2 changed files with 26 additions and 0 deletions

19
.github/workflows/renovate.yaml vendored Normal file
View File

@@ -0,0 +1,19 @@
name: Renovate
on:
schedule:
- cron: "0 3 * * *" # täglich um 3 Uhr nachts
workflow_dispatch: # auch manuell triggerbar
jobs:
renovate:
runs-on: ubuntu-latest
container:
image: ghcr.io/renovatebot/renovate:latest
steps:
- uses: actions/checkout@v4
- run: renovate
env:
RENOVATE_CONFIG_FILE: renovate.js
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
LOG_LEVEL: info