From 6420a73a4a9499eb3d129bdf24014d6d1d021f42 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Thu, 23 Oct 2025 12:36:22 -0400 Subject: [PATCH] ci: adds a dependabot vitest group to reduce spam --- .github/dependabot.yml | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ae17f3da25..dfb66159a9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,12 +1,16 @@ version: 2 updates: -- package-ecosystem: github-actions - directory: "/" - schedule: - interval: daily - open-pull-requests-limit: 10 -- package-ecosystem: npm - directory: "/" - schedule: - interval: daily - open-pull-requests-limit: 10 + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10 + - package-ecosystem: npm + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10 + groups: + vitest: + patterns: + - "*vitest*"