config: add renovate CI

This commit is contained in:
Manuel
2024-02-03 21:50:08 +01:00
parent 3724071fcb
commit f12192e6f2
2 changed files with 21 additions and 1 deletions

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

@@ -0,0 +1,19 @@
name: Renovate
on:
schedule:
- cron: 0 0 * * *
workflow_dispatch: {}
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.1
- name: Self-hosted Renovate
uses: renovatebot/github-action@v40.0.2
with:
docker-cmd-file: .github/renovate-entrypoint.sh
docker-user: root
token: ${{ secrets.RENOVATE_TOKEN }}