From c58911d1d24d5f5768fa706bd7f3eed7267f2e15 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 29 Aug 2026 14:19:04 +0000 Subject: [PATCH] chore(deps): group react + react-dom in Dependabot config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit react-dom peer-requires react@^X, so a react-dom-only Dependabot PR always carries an unresolved peer requirement its react sibling PR is holding. Add an explicit react group (react, react-dom only) alongside the existing objectstack group, following the same groups: precedent. Packages are enumerated explicitly rather than pattern-matched (react*/*react*) to avoid silently pulling lucide-react — an unrelated icon library in the same manifest with its own open Dependabot PR — into the same group. --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8b6b71c..5860c70 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,6 +8,10 @@ updates: objectstack: patterns: - "@objectstack/*" + react: + patterns: + - "react" + - "react-dom" - package-ecosystem: github-actions directory: "/" schedule: