From a9f2470c19509646e66bab41d4521cab18fd94dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Garn=C3=A6s?= Date: Mon, 11 Dec 2023 09:54:36 +0100 Subject: [PATCH] Add Dependabot group for Redux There are often dependencies between core Redux and packages building on Redux like Redux Toolkit, React Redux, Redux Persist. Group them to make them move in parallel. --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 291fce5225..dd7c99c520 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -27,6 +27,13 @@ updates: - "@graphql-typed-document-node/core" - "replace-in-file" - "typescript-graphql-typed-files-modules" + redux: + patterns: + - "@reduxjs/toolkit" + - "@types/react-redux" + - "react-redux" + - "redux" + - "redux-persist" storybook: patterns: - "@storybook/*"