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:
@@ -26,6 +26,12 @@
|
|||||||
"schedule": [
|
"schedule": [
|
||||||
"after 2am and before 3am"
|
"after 2am and before 3am"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchPackageNames": ["php"],
|
||||||
|
"matchUpdateTypes": "patch",
|
||||||
|
"separateMinorPatch": true,
|
||||||
|
"enabled": false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user