Update renovate.json #13

Merged
jjsfunhouse merged 2 commits from sixsmith/taiga:sixsmith-patch-1 into main 2026-07-24 22:51:29 +00:00
+8
View File
@@ -2,5 +2,13 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"packageRules": [
{
"matchDatasources": [
"docker"
],
"pinDigests": true
}
]
}