From 0392f53fe7967e19026ae1c1d7dc761fbe7f9c5c Mon Sep 17 00:00:00 2001 From: hogashi Date: Mon, 23 Mar 2026 19:09:41 +0900 Subject: [PATCH] fix: use npmDedupe instead of yarnDedupeHighest in renovate config Package manager was migrated from yarn to npm, but renovate config still had the yarn-specific dedup option. Co-Authored-By: Claude Opus 4.6 (1M context) --- renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json5 b/renovate.json5 index 67f314a..589759a 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -15,7 +15,7 @@ ], automerge: true, postUpdateOptions: [ - 'yarnDedupeHighest', + 'npmDedupe', ], }, ],