chore(ci): setup renovate pipeline
This commit is contained in:
parent
7a124ea47d
commit
13d3b8dd31
2 changed files with 25 additions and 0 deletions
22
.forgejo/workflows/renovate.yaml
Normal file
22
.forgejo/workflows/renovate.yaml
Normal 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
3
renovate.json
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
|
||||
}
|
Loading…
Reference in a new issue