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 9 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ version: "3.8"
services:
db:
image: postgres:18.4
image: postgres:12.3
deploy:
labels:
backupbot.backup: "${ENABLE_BACKUPS:-true}"
+8
View File
@@ -2,5 +2,13 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"packageRules": [
{
"matchDatasources": [
"docker"
],
"pinDigests": true
}
]
}