Compare commits

..
Author SHA1 Message Date
renovate-bot d427a741cd chore(deps): update postgres docker tag to v18 2026-05-28 18:12:55 +00:00
3wordchant 5b21a6b4f9 Merge pull request 'chore: Configure Renovate' (#56) from renovate/configure into main
continuous-integration/drone/push Build is failing
Reviewed-on: #56
2026-05-28 17:11:13 +00:00
renovate-bot a5a3a1938d Add renovate.json 2026-03-10 19:22:42 +00:00
5 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ services:
- internal
discorddb:
image: postgres:13-alpine
image: postgres:18-alpine
secrets:
- discord_db_password
environment:
+1 -1
View File
@@ -35,7 +35,7 @@ services:
- internal
signaldb:
image: postgres:13-alpine
image: postgres:18-alpine
secrets:
- signal_db_password
environment:
+1 -1
View File
@@ -40,7 +40,7 @@ services:
- internal
telegramdb:
image: postgres:13-alpine
image: postgres:18-alpine
secrets:
- telegram_db_password
environment:
+1 -1
View File
@@ -84,7 +84,7 @@ services:
- STACK_NAME
- SYNAPSE_ADMIN_EMAIL
- SYNAPSE_REPORT_STATS=no
- SERVER_NAME
- SYNAPSE_SERVER_NAME=${DOMAIN}
- USER_IPS_MAX_AGE
- VIRTUAL_HOST=${DOMAIN}
- VIRTUAL_PORT=8008
+6
View File
@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
}