mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-13 02:09:52 -06:00
29 lines
787 B
JSON
29 lines
787 B
JSON
{
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"automerge": true,
|
|
"major": {
|
|
"automerge": false
|
|
},
|
|
"minor": {
|
|
"automerge": false
|
|
},
|
|
"rangeStrategy": "bump",
|
|
"separateMultipleMajor": true,
|
|
"labels": [
|
|
"type: dependencies",
|
|
"renovate"
|
|
],
|
|
"commitMessage": "{{semanticPrefix}}Update {{depName}} to {{newVersion}} 🌟",
|
|
"prTitle": "{{semanticPrefix}}{{#if isPin}}Pin{{else}}Update{{/if}} dependency {{depName}} to version {{#if isRange}}{{newVersion}}{{else}}{{#if isMajor}}{{newVersionMajor}}.x{{else}}{{newVersion}}{{/if}}{{/if}} 🌟",
|
|
"prHourlyLimit": 1,
|
|
"prConcurrentLimit": 1,
|
|
"updateNotScheduled": false,
|
|
"timezone": "America/New_York",
|
|
"schedule": [
|
|
"before 3am on the first day of the month"
|
|
],
|
|
"dependencyDashboardApproval": true
|
|
}
|