From 0ec8ef57c5e4c86ccfab3a2162ca7bce444b1f2b Mon Sep 17 00:00:00 2001 From: Hiroshi Ogawa Date: Mon, 6 Oct 2025 12:34:35 +0900 Subject: [PATCH 1/2] chore(deps): separate React dependencies in Renovate config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Configure Renovate to create separate PRs for React-related dependencies instead of bundling them with other non-major updates. This provides better visibility and control over React version updates. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- .github/renovate.json5 | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 4135c2e0..bcb024ac 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -31,6 +31,19 @@ "pinDigests": true, "matchPackageNames": ["!actions/{/,}**", "!github/{/,}**"], }, + { + "matchPackageNames": [ + "react", + "react-dom", + "@types/react", + "@types/react-dom", + "react-is", + "react-refresh", + "react-server-dom-webpack", + "use-sync-external-store", + ], + "groupName": "react", + }, ], "ignoreDeps": [ // manually bumping From 62eeb20653bf7cd38c7dbe4c1ba5bf20c37e736c Mon Sep 17 00:00:00 2001 From: Hiroshi Ogawa Date: Mon, 6 Oct 2025 12:35:54 +0900 Subject: [PATCH 2/2] chore: tweak --- .github/renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index bcb024ac..59304ddd 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -32,6 +32,7 @@ "matchPackageNames": ["!actions/{/,}**", "!github/{/,}**"], }, { + "groupName": "react", "matchPackageNames": [ "react", "react-dom", @@ -42,7 +43,6 @@ "react-server-dom-webpack", "use-sync-external-store", ], - "groupName": "react", }, ], "ignoreDeps": [