ci: add renovate
All checks were successful
Continuous Integration / Lint, Check & Test (push) Successful in 1m9s
All checks were successful
Continuous Integration / Lint, Check & Test (push) Successful in 1m9s
Signed-off-by: Konstantin Fickel <mail@konstantinfickel.de>
This commit is contained in:
parent
780ab60be1
commit
f610e22773
1 changed files with 19 additions and 0 deletions
19
.forgejo/workflows/renovate.yml
Normal file
19
.forgejo/workflows/renovate.yml
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
name: Renovate
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
schedule:
|
||||||
|
- cron: "45 1 * * 5"
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
renovate:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Check out Repository
|
||||||
|
uses: https://git.konstantinfickel.de/actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Self-hosted Renovate
|
||||||
|
uses: https://git.konstantinfickel.de/actions/renovate-action@v43.0.16
|
||||||
|
with:
|
||||||
|
docker-cmd-file: .github/renovate-entrypoint.sh
|
||||||
|
docker-user: root
|
||||||
|
token: ${{ secrets.RENOVATE_TOKEN }}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue