feat(pacakges/renovate): add php path versions ignoring

This commit is contained in:
2024-11-03 00:39:35 +07:00
parent f385d497f4
commit 9f2df92371
+6
View File
@@ -26,6 +26,12 @@
"schedule": [
"after 2am and before 3am"
]
},
{
"matchPackageNames": ["php"],
"matchUpdateTypes": "patch",
"separateMinorPatch": true,
"enabled": false
}
]
}