1
0
mirror of https://github.com/robonen/tools.git synced 2026-03-20 10:54:44 +00:00

fix(packages/renovate): fix php matchUpdateTypes syntax

This commit is contained in:
2024-11-03 00:47:05 +07:00
parent 9f2df92371
commit f87ee85c0b

View File

@@ -29,7 +29,7 @@
}, },
{ {
"matchPackageNames": ["php"], "matchPackageNames": ["php"],
"matchUpdateTypes": "patch", "matchUpdateTypes": ["patch"],
"separateMinorPatch": true, "separateMinorPatch": true,
"enabled": false "enabled": false
} }