3 Commits

Author SHA1 Message Date
jjsfunhouse b9c1d8c2dc Merge pull request 'Update renovate.json' (#13) from sixsmith/taiga:sixsmith-patch-1 into main
Reviewed-on: #13
2026-07-24 22:51:29 +00:00
sixsmith f03dd539bc Update renovate.json 2026-07-24 22:10:53 +00:00
sixsmith 4dd201e60b Update renovate.json 2026-07-24 16:01:53 +00:00
2 changed files with 10 additions and 2 deletions
+2 -2
View File
@@ -137,7 +137,7 @@ services:
- internal
rabbitmq-async:
image: rabbitmq:4.3-management-alpine
image: rabbitmq:3.8-management-alpine
secrets:
- rabbitmq_password
environment:
@@ -189,7 +189,7 @@ services:
retries: 5
rabbitmq:
image: rabbitmq:4.3-management-alpine
image: rabbitmq:3.8-management-alpine
secrets:
- rabbitmq_password
environment:
+8
View File
@@ -2,5 +2,13 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"packageRules": [
{
"matchDatasources": [
"docker"
],
"pinDigests": true
}
]
}