Add renovate

This commit is contained in:
2022-10-26 09:22:36 +02:00
commit d671e9383a
3 changed files with 23 additions and 0 deletions

11
docker-compose.yaml Normal file
View 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"