From ae2fb7f95e549b0d18c11b7e743b6f9e9fb5f137 Mon Sep 17 00:00:00 2001 From: Yota Toyama Date: Tue, 21 Jan 2025 08:45:15 +0900 Subject: [PATCH] Update Dependabot configuration --- .github/{dependabot.yml => dependabot.yaml} | 5 +++++ 1 file changed, 5 insertions(+) rename .github/{dependabot.yml => dependabot.yaml} (68%) diff --git a/.github/dependabot.yml b/.github/dependabot.yaml similarity index 68% rename from .github/dependabot.yml rename to .github/dependabot.yaml index b6eb0c1..b2cd582 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yaml @@ -8,3 +8,8 @@ updates: directory: / schedule: interval: daily + groups: + vitest: + patterns: + - vitest + - "@vitest/*"