mirror of
https://github.com/robonen/tools.git
synced 2026-03-20 19:04:46 +00:00
fix(packages/renovate): fix php matchUpdateTypes syntax
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
},
|
||||
{
|
||||
"matchPackageNames": ["php"],
|
||||
"matchUpdateTypes": "patch",
|
||||
"matchUpdateTypes": ["patch"],
|
||||
"separateMinorPatch": true,
|
||||
"enabled": false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user