mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-04 05:50:47 -05:00
chore: Update renovate configuration (#28875)
* Update renovate configuration * empty commit
This commit is contained in:
+25
-27
@@ -1,36 +1,34 @@
|
||||
{
|
||||
"configMigration": true,
|
||||
"dependencyDashboard": true,
|
||||
"extends": [
|
||||
"config:base"
|
||||
":semanticPrefixFixDepsChoreOthers",
|
||||
"group:monorepos",
|
||||
"group:recommended",
|
||||
"replacements:all",
|
||||
"workarounds:all"
|
||||
],
|
||||
"ignorePaths": [
|
||||
"**/node_modules/**",
|
||||
"**/system-tests/projects/**"
|
||||
],
|
||||
"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"
|
||||
"type: dependencies"
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchPackagePatterns": [
|
||||
"^electron"
|
||||
],
|
||||
"semanticCommitType": "dependency",
|
||||
"groupName": "electron",
|
||||
"dependencyDashboardApproval": false
|
||||
"automerge": true,
|
||||
"matchUpdateTypes": [
|
||||
"minor",
|
||||
"patch",
|
||||
"pin",
|
||||
"digest"
|
||||
]
|
||||
}
|
||||
]
|
||||
],
|
||||
"prConcurrentLimit": 4,
|
||||
"prHourlyLimit": 1,
|
||||
"rangeStrategy": "bump",
|
||||
"separateMultipleMajor": true,
|
||||
"timezone": "America/New_York"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user