mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-23 15:39:05 -06:00
* Remove packageRules from renovatebot * Add back types group * update types to include / so that it doesn't include typescript PRs
36 lines
914 B
JSON
36 lines
914 B
JSON
{
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"automerge": true,
|
|
"major": {
|
|
"automerge": false
|
|
},
|
|
"minor": {
|
|
"automerge": false
|
|
},
|
|
"rangeStrategy": "pin",
|
|
"packageRules": [
|
|
{
|
|
"packagePatterns": "^@types/",
|
|
"groupName": "@types",
|
|
"schedule": "before 3am on Monday"
|
|
}
|
|
],
|
|
"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"
|
|
],
|
|
"masterIssue": true
|
|
}
|