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"