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:
10
.github/renovate.json
vendored
Normal file
10
.github/renovate.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"extends": [
|
||||
"config:base",
|
||||
"schedule:weekdays"
|
||||
],
|
||||
"prConcurrentLimit": 2,
|
||||
"includePaths": [
|
||||
"package.json"
|
||||
]
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"extends": [
|
||||
"config:base"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user