Compare commits

..

1 Commits

Author SHA1 Message Date
renovate-bot 015bef7d78 Add renovate.json 2026-03-10 17:53:58 +00:00
3 changed files with 8 additions and 3 deletions
+1 -2
View File
@@ -36,5 +36,4 @@ ORG_NAME="My Organization"
#SECRET_MATTERMOST_SSO_SECRET_VERSION=v1
## Enable enterprise version (requires a valid license)
#COMPOSE_FILE="$COMPOSE_FILE:compose.license.yml"
#ENTERPRISE_IMAGE="mattermost/mattermost-enterprise-edition"
#COMPOSE_FILE="$COMPOSE_FILE:compose.license.yml"
+1 -1
View File
@@ -2,4 +2,4 @@ version: "3.8"
services:
app:
image: $ENTERPRISE_IMAGE:11.5.1
image: mattermost/mattermost-enterprise-edition:10.11
+6
View File
@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
}