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:
@@ -29,7 +29,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchPackageNames": ["php"],
|
"matchPackageNames": ["php"],
|
||||||
"matchUpdateTypes": "patch",
|
"matchUpdateTypes": ["patch"],
|
||||||
"separateMinorPatch": true,
|
"separateMinorPatch": true,
|
||||||
"enabled": false
|
"enabled": false
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user