3 Commits

2 changed files with 7 additions and 1 deletions

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: 'gitlab/gitlab-ce:18.3.0-ce.0'
image: 'gitlab/gitlab-ce:18.10.0-ce.0'
networks:
- proxy
- internal

6
renovate.json Normal file
View File

@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
}