Add custom config to renovate.

* Slow it down so we don't get it all at once.
* Limit to only package.json for now.
This commit is contained in:
Feanil Patel
2019-06-05 15:46:26 -04:00
parent 737f007d0b
commit 9d3174331e
2 changed files with 10 additions and 5 deletions

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

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

View File

@@ -1,5 +0,0 @@
{
"extends": [
"config:base"
]
}