From f6e27694ace873149971ebf68673e51f2a0d2afb Mon Sep 17 00:00:00 2001 From: Hiroshi Ogawa Date: Mon, 7 Jul 2025 10:30:10 +0900 Subject: [PATCH] chore: renovate ignoreDeps react-router --- .github/renovate.json5 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 94494bbd2..388a9462b 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -43,5 +43,9 @@ "kill-port", // `kill-port:^2.0.0 has perf issues (#8392) "prettier", // waiting for stable choice on ternaries + + // plugin-rsc + "react-router", + "@react-router/dev", ], }