Create renovate.yml
Some checks failed
CI / validateComposeSyntax (push) Successful in 21s
Renovate / renovate (push) Failing after 3s

This commit is contained in:
LRVT
2026-02-17 18:22:41 +01:00
committed by GitHub
parent 9ebe454fe9
commit ba020ba2be

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

@@ -0,0 +1,19 @@
name: Renovate
on:
schedule:
- cron: "0 */12 * * *" # every 6 hours
workflow_dispatch:
permissions:
contents: write
pull-requests: write
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: renovatebot/github-action@v44.2.5
with:
token: ${{ secrets.RENOVATE_TOKEN }}