Merge pull request #25259 from woocommerce/update-renovate

Update Renovate bot configuration to update dev dependencies once per month
This commit is contained in:
Christopher Allford 2019-12-18 16:46:26 -05:00 committed by GitHub
commit b5c7fc631a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"
}
]
}