mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-11 01:10:24 -06:00
28 lines
517 B
JSON
28 lines
517 B
JSON
{
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"automerge": true,
|
|
"major": {
|
|
"automerge": false
|
|
},
|
|
"minor": {
|
|
"automerge": false
|
|
},
|
|
"rangeStrategy": "bump",
|
|
"separateMultipleMajor": true,
|
|
"labels": [
|
|
"type: dependencies",
|
|
"renovate"
|
|
],
|
|
"commitMessageSuffix": "🌟",
|
|
"prHourlyLimit": 1,
|
|
"prConcurrentLimit": 1,
|
|
"updateNotScheduled": false,
|
|
"timezone": "America/New_York",
|
|
"schedule": [
|
|
"before 3am on the first day of the month"
|
|
],
|
|
"dependencyDashboardApproval": true
|
|
}
|