mirror of
https://github.com/vercel/commerce.git
synced 2025-05-18 07:26:59 +00:00
12 lines
331 B
JSON
12 lines
331 B
JSON
{
|
|
"extends": ["config:base"],
|
|
"automerge": true,
|
|
"prHourlyLimit": 2,
|
|
"updateNotScheduled": false,
|
|
"timezone": "America/New_York",
|
|
"schedule": ["after 10pm and before 5am on every weekday", "every weekend"],
|
|
"masterIssue": true,
|
|
"labels": ["type: dependencies", "renovate"],
|
|
"dependencyDashboardApproval": false
|
|
}
|