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