feat(ci): add renovate bot
All checks were successful
agola/nurse/Renovate deps The run finished successfully
All checks were successful
agola/nurse/Renovate deps The run finished successfully
This commit is contained in:
parent
22e1d2e21f
commit
138a49cb7d
1 changed files with 21 additions and 0 deletions
|
@ -1,5 +1,26 @@
|
||||||
version: v0
|
version: v0
|
||||||
runs:
|
runs:
|
||||||
|
- name: Renovate deps
|
||||||
|
when:
|
||||||
|
branch: main
|
||||||
|
tasks:
|
||||||
|
- name: Run renovate
|
||||||
|
runtime:
|
||||||
|
containers:
|
||||||
|
- image: docker.io/renovate/renovate
|
||||||
|
environment:
|
||||||
|
RENOVATE_PLATFORM: gitea
|
||||||
|
RENOVATE_AUTODISCOVER: 'false'
|
||||||
|
RENOVATE_ENDPOINT: https://code.icb4dc0.de/api/v1
|
||||||
|
LOG_LEVEL: info
|
||||||
|
RENOVATE_TOKEN:
|
||||||
|
from_variable: gitea-token
|
||||||
|
GITHUB_COM_TOKEN:
|
||||||
|
from_variable: github-token
|
||||||
|
steps:
|
||||||
|
- run:
|
||||||
|
name: Run bot
|
||||||
|
command: renovate prskr/nurse
|
||||||
- name: Test and lint
|
- name: Test and lint
|
||||||
tasks:
|
tasks:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
|
Loading…
Reference in a new issue