Add renovate
This commit is contained in:
commit
d671e9383a
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.env
|
11
config.json
Normal file
11
config.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"platform": "gitea",
|
||||
"endpoint": "https://git.front.kjuulh.io/api/v1/",
|
||||
"autodiscover": true,
|
||||
"automerge": true,
|
||||
"automergeType": "pr",
|
||||
"extends": [
|
||||
"config:base"
|
||||
]
|
||||
}
|
11
docker-compose.yaml
Normal file
11
docker-compose.yaml
Normal file
@ -0,0 +1,11 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
renovate:
|
||||
image: renovate/renovate:32.64.4
|
||||
env_file: .env
|
||||
environment:
|
||||
RENOVATE_CONFIG_FILE: "/opt/renovate/config.json"
|
||||
LOG_LEVEL: info
|
||||
volumes:
|
||||
- "./config.json:/opt/renovate/config.json"
|
Loading…
Reference in New Issue
Block a user