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

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

View File

@@ -26,6 +26,12 @@
"schedule": [ "schedule": [
"after 2am and before 3am" "after 2am and before 3am"
] ]
},
{
"matchPackageNames": ["php"],
"matchUpdateTypes": "patch",
"separateMinorPatch": true,
"enabled": false
} }
] ]
} }