Files
cypress/renovate.json
2021-05-11 07:44:36 -05:00

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
}