From 9a131acf0221d7f5bf8a0aa976cfe5b2ffc32130 Mon Sep 17 00:00:00 2001 From: William Bergamin Date: Mon, 3 Mar 2025 17:26:49 -0500 Subject: [PATCH] fix: configure dependabot to group react deps --- .github/dependabot.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3b05b0a92..c264f6bfb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,4 +14,8 @@ updates: groups: docusaurus: patterns: - - "@docusaurus/*" \ No newline at end of file + - "@docusaurus/*" + react: + patterns: + - "react" + - "react-dom" \ No newline at end of file