Merge pull request #20754 from edx/renovate/configure

Configure Renovate
This commit is contained in:
Feanil Patel
2019-06-06 11:23:49 -04:00
committed by GitHub

10
.github/renovate.json vendored Normal file
View File

@@ -0,0 +1,10 @@
{
"extends": [
"config:base",
"schedule:weekdays"
],
"prConcurrentLimit": 2,
"includePaths": [
"package.json"
]
}