From 7b1e82a899d61aa7f075b4ea838281c5b7a17ab9 Mon Sep 17 00:00:00 2001 From: Ege Akman Date: Sat, 5 Apr 2025 12:05:50 +0300 Subject: [PATCH 1/2] Update react deps as a group --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 05a7337b1..ab3923813 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,12 @@ updates: directory: "/" schedule: interval: "weekly" + groups: + react-dependencies: + patterns: + - "react" + - "react-dom" + - "@types/react" - package-ecosystem: "github-actions" directory: "/" From 58c1f59c680811b43382d87c6ec8161359aef861 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sat, 5 Apr 2025 09:06:11 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ab3923813..f3e4f5792 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,7 +9,7 @@ updates: patterns: - "react" - "react-dom" - - "@types/react" + - "@types/react" - package-ecosystem: "github-actions" directory: "/"