Add workflow to build Docker containers

This commit is contained in:
2025-07-20 16:41:47 +01:00
parent 6069031742
commit 90829f6743
2 changed files with 40 additions and 0 deletions

6
.github/renovate.json vendored Normal file
View File

@@ -0,0 +1,6 @@
{
"extends": [
"config:base",
"github>nikdoof/renovate-config:python"
]
}