chore(config): migrate config renovate.json
All checks were successful
Build Test / build (pull_request) Successful in 23s
All checks were successful
Build Test / build (pull_request) Successful in 23s
This commit is contained in:
@@ -1,9 +1,15 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"extends": [
|
||||||
"extends": ["config:base"],
|
"config:recommended"
|
||||||
"enabledManagers": ["npm", "composer"],
|
],
|
||||||
"schedule": ["before 3am"],
|
"enabledManagers": [
|
||||||
|
"npm",
|
||||||
|
"composer"
|
||||||
|
],
|
||||||
|
"schedule": [
|
||||||
|
"before 3am"
|
||||||
|
],
|
||||||
"dependencyDashboard": true,
|
"dependencyDashboard": true,
|
||||||
"prConcurrentLimit": 5,
|
"prConcurrentLimit": 5,
|
||||||
"prHourlyLimit": 2
|
"prHourlyLimit": 2
|
||||||
|
|||||||
Reference in New Issue
Block a user