woocommerce/renovate.json
Rodrigo Primo 50279fa21e Update Renovate bot config to update dev dependencies once per month
Doing this to reduce the noise caused by Renovate bot creating several
PRs for packages that are updated frequently.
2019-12-18 11:09:58 -03:00

16 lines
252 B
JSON

{
"extends": [
"config:base"
],
"packageRules": [
{
"packageNames": ["automattic/jetpack-autoloader"],
"rangeStrategy": "bump"
},
{
"depTypeList": ["devDependencies"],
"schedule": "every month"
}
]
}