Files
edx-platform/.github/renovate.json
Feanil Patel 9d3174331e Add custom config to renovate.
* Slow it down so we don't get it all at once.
* Limit to only package.json for now.
2019-06-05 16:26:16 -04:00

11 lines
136 B
JSON

{
"extends": [
"config:base",
"schedule:weekdays"
],
"prConcurrentLimit": 2,
"includePaths": [
"package.json"
]
}