From 990f4417645b9a129b2ce12bf2c89a475c1f5eb5 Mon Sep 17 00:00:00 2001 From: m-tartari <37861893+m-tartari@users.noreply.github.com> Date: Wed, 4 Dec 2024 16:56:20 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20chore(dependabot):=20update=20gr?= =?UTF-8?q?oup=20patterns?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/dependabot.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 35bdb1c..3b9b5a8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,14 +12,22 @@ updates: prefix: '⬆️ chore' include: 'scope' groups: + vite: + patterns: + - 'vite*' vitest: patterns: - 'vitest' - '@vitest*' - typescript-eslint: + eslint: patterns: + - 'eslint*' - '@typescript-eslint*' mui: patterns: - '@mui/material' - '@mui/icons-material' + - '@emotion/*' + testing-library: + patterns: + - '@testing-library/*'