fix(packages/renovate): fix php matchUpdateTypes syntax

This commit is contained in:
2024-11-03 00:47:05 +07:00
parent 9f2df92371
commit f87ee85c0b
+1 -1
View File
@@ -29,7 +29,7 @@
}, },
{ {
"matchPackageNames": ["php"], "matchPackageNames": ["php"],
"matchUpdateTypes": "patch", "matchUpdateTypes": ["patch"],
"separateMinorPatch": true, "separateMinorPatch": true,
"enabled": false "enabled": false
} }