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.
This commit is contained in:
Rodrigo Primo 2019-12-18 11:08:22 -03:00
parent 9c4de8f5e7
commit 50279fa21e
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,10 @@
{
"packageNames": ["automattic/jetpack-autoloader"],
"rangeStrategy": "bump"
},
{
"depTypeList": ["devDependencies"],
"schedule": "every month"
}
]
}