Compare commits

...

4 Commits

Author SHA1 Message Date
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
jjsfunhouse 8f03b3e2d5 Merge pull request 'chore: Configure Renovate' (#2) from renovate/configure into main
Reviewed-on: coop-cloud/taiga#2
2026-06-21 16:48:14 +00:00
renovate-bot b9f573c6e5 Add renovate.json 2026-05-14 18:28:16 +00:00
+14
View File
@@ -0,0 +1,14 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"packageRules": [
{
"matchDatasources": [
"docker"
],
"pinDigests": true
}
]
}