From a200b055110ab9c9d1af5fd250b642880eeb2647 Mon Sep 17 00:00:00 2001 From: ohakutsu Date: Wed, 10 Dec 2025 18:33:27 +0900 Subject: [PATCH] Add dependabot groups config --- .github/dependabot.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 141b27f..7e73d58 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -30,3 +30,29 @@ updates: open-pull-requests-limit: 5 cooldown: default-days: 7 + groups: + debug: + patterns: + - "@types/debug" + - "debug" + express: + patterns: + - "@types/express" + - "express" + jest: + patterns: + - "@types/jest" + - "jest" + react: + patterns: + - "@types/react" + - "@types/react-dom" + - "react" + - "react-dom" + typescript-eslint: + patterns: + - "@typescript-eslint/*" + ws: + patterns: + - "@types/ws" + - "ws"