All checks were successful
Build Test / build (pull_request) Successful in 13s
Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
11 lines
251 B
JSON
11 lines
251 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
|
|
"extends": ["config:base"],
|
|
"enabledManagers": ["npm", "composer"],
|
|
"schedule": ["before 3am"],
|
|
"dependencyDashboard": true,
|
|
"prConcurrentLimit": 5,
|
|
"prHourlyLimit": 2
|
|
}
|