Skip to content

Commit

Permalink
🔧 configure renovate to deduplicate subdependencies (#2643)
Browse files Browse the repository at this point in the history
I chose the "highest" strategy (instead of "fewest"), because:
* let's try to be as much up-to-date as possible
* renovate will use the official `yarn dedupe` instead of a third party
  package
  • Loading branch information
BenoitZugmeyer authored Mar 12, 2024
1 parent b3cc811 commit 9161f2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"prConcurrentLimit": 5,
"prHourlyLimit": 1,
"schedule": ["every weekend"],
"postUpdateOptions": ["yarnDedupeHighest"],
"packageRules": [
{
"groupName": "all non-major dependencies",
Expand Down

0 comments on commit 9161f2b

Please sign in to comment.