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:
parent
9c4de8f5e7
commit
50279fa21e
|
@ -6,6 +6,10 @@
|
|||
{
|
||||
"packageNames": ["automattic/jetpack-autoloader"],
|
||||
"rangeStrategy": "bump"
|
||||
},
|
||||
{
|
||||
"depTypeList": ["devDependencies"],
|
||||
"schedule": "every month"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue