mirror of
https://github.com/woocommerce/woocommerce.git
synced 2025-02-22 10:21:38 +08:00
Doing this to reduce the noise caused by Renovate bot creating several PRs for packages that are updated frequently.
16 lines
252 B
JSON
16 lines
252 B
JSON
{
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"packageNames": ["automattic/jetpack-autoloader"],
|
|
"rangeStrategy": "bump"
|
|
},
|
|
{
|
|
"depTypeList": ["devDependencies"],
|
|
"schedule": "every month"
|
|
}
|
|
]
|
|
}
|