Files
cypress/renovate.json
Jennifer Shehane f666aecc69 chore: Run renovate with yarn deduplication highest strategy (#30060)
* empty commit

* Update renovate.json to run yarn deduplication with highest strategy

* empty commit
2024-08-19 16:58:48 -04:00

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"
}