mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-16 12:10:05 -06:00
* chore: Update renovate bot to only create PRs for electron upgrades * chore: remove a bit more of unnecessary code
37 lines
666 B
JSON
37 lines
666 B
JSON
{
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"automerge": false,
|
|
"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": [
|
|
"every weekend"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"matchPackagePatterns": [
|
|
"^electron"
|
|
],
|
|
"semanticCommitType": "dependency",
|
|
"groupName": "electron",
|
|
"dependencyDashboardApproval": false
|
|
}
|
|
]
|
|
}
|