mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-06 06:29:45 -06:00
* empty commit * Update renovate.json to run yarn deduplication with highest strategy * empty commit
38 lines
704 B
JSON
38 lines
704 B
JSON
{
|
|
"configMigration": true,
|
|
"dependencyDashboard": true,
|
|
"extends": [
|
|
":semanticPrefixFixDepsChoreOthers",
|
|
"group:monorepos",
|
|
"group:recommended",
|
|
"replacements:all",
|
|
"workarounds:all"
|
|
],
|
|
"ignorePaths": [
|
|
"**/node_modules/**",
|
|
"**/system-tests/projects/**"
|
|
],
|
|
"labels": [
|
|
"type: dependencies"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"automerge": true,
|
|
"matchUpdateTypes": [
|
|
"minor",
|
|
"patch",
|
|
"pin",
|
|
"digest"
|
|
]
|
|
}
|
|
],
|
|
"postUpdateOptions": [
|
|
"yarnDedupeHighest"
|
|
],
|
|
"prConcurrentLimit": 4,
|
|
"prHourlyLimit": 1,
|
|
"rangeStrategy": "bump",
|
|
"separateMultipleMajor": true,
|
|
"timezone": "America/New_York"
|
|
}
|