From f737218772ca980efcce8048999802a309ef383f Mon Sep 17 00:00:00 2001 From: Victor Rubezhny Date: Sat, 29 Mar 2025 16:52:45 +0100 Subject: [PATCH] [build] Group react and react-dom dependabot updates together Signed-off-by: Victor Rubezhny --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9333a18ca..5f997acfc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -28,6 +28,10 @@ updates: uiw: patterns: - "@uiw/*" + react: + patterns: + - "react" + - "react-dom" sinon-chai: patterns: - "chai"