From 92f089d1c452ffe779ca88036d1aee692cc8bc4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20B=2E=20St=C3=B8vring?= Date: Tue, 29 Apr 2025 08:41:04 +0200 Subject: [PATCH] Moves React dependencies to separate Dependabot group --- .github/dependabot.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0273602e..1a68d7db 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,13 @@ updates: schedule: interval: "monthly" groups: - all: + react: + patterns: + - "react" + - "react-*" + everything-else: patterns: - "*" + exclude-patterns: + - "react" + - "react-*"