From de88048d3864b97acd3c1f47907d8b49ba955a94 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Thu, 4 Jan 2024 14:41:28 +0000 Subject: [PATCH] dependabot: configure groups --- .github/dependabot.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index dae2ee5907..e771bccfe2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,29 @@ updates: directory: '/' schedule: interval: 'weekly' + groups: + react: + patterns: + - 'react' + - 'react-dom' + react-dnd: + patterns: + - 'react-dnd' + - 'react-dnd-html5-backend' + babel: + patterns: + - '@babel/*' + linaria: + patterns: + - '@linaria/*' + - '@wyw-in-js/*' + typescript-eslint: + patterns: + - '@typescript-eslint/*' + vitest: + patterns: + - 'vitest' + - '@vitest/*' - package-ecosystem: 'github-actions' directory: '/'