From cfc7b36295ff9c720e13630e6891fb256f3440ae Mon Sep 17 00:00:00 2001 From: Alex Kerney Date: Fri, 19 Jun 2026 12:42:37 -0400 Subject: [PATCH] Group Vite dependencies With Dependabot --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 488d987..f1773ae 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -25,6 +25,13 @@ updates: directory: "/js" schedule: interval: "weekly" + groups: + vite: + patterns: + - "vite*" + - "vitest*" + - "@vite/*" + - "@vitest/*" cooldown: default-days: 7