ci: run renovate bot
All checks were successful
Check Transpiled JavaScript / Check dist/ (push) Successful in 1m41s
Continuous Integration / TypeScript Tests (push) Successful in 55s
Continuous Integration / GitHub Actions Test (push) Successful in 10s
Renovate / renovate (push) Successful in 1m30s

This commit is contained in:
Peter 2024-11-27 19:47:18 +01:00
parent 28b2704fce
commit c82bfd9aa7
Signed by: prskr
GPG key ID: F56BED6903BC5E37
2 changed files with 25 additions and 0 deletions

View file

@ -0,0 +1,22 @@
name: Renovate
on:
push:
branches:
- main
schedule:
- cron: '33 3 * * *'
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- uses: docker://code.icb4dc0.de/infrastructure/images/renovate:latest
with:
args: renovate "${{ github.repository }}"
env:
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
GITHUB_COM_TOKEN: ${{ secrets.RENOVATE_GITHUB_TOKEN }}
RENOVATE_PLATFORM: gitea
RENOVATE_AUTODISCOVER: 'false'
RENOVATE_ENDPOINT: https://code.icb4dc0.de/api/v1
LOG_LEVEL: info

3
renovate.json Normal file
View file

@ -0,0 +1,3 @@
{
"extends": ["config:base"]
}