fix: use valid Renovate Docker managers

This commit is contained in:
Alex Schapiro
2026-08-12 22:09:43 +00:00
parent 4a306fcf16
commit 4e107be8c8
+2 -2
View File
@@ -8,7 +8,7 @@
"enabledManagers": [
"npm",
"github-actions",
"docker",
"dockerfile",
"pep621"
],
"packageRules": [
@@ -22,7 +22,7 @@
{
"matchManagers": [
"github-actions",
"docker"
"dockerfile"
],
"pinDigests": true
}