From c444972e589e3ee106911c5602cc74460993252c Mon Sep 17 00:00:00 2001 From: Bart Veneman <1536852+bartveneman@users.noreply.github.com> Date: Fri, 20 Mar 2026 08:41:44 +0100 Subject: [PATCH] Update Dependabot schedule and add dependency groups Changed the update schedule for npm and GitHub Actions from weekly to monthly. Added groups for vite and oxc dependencies. --- .github/dependabot.yml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index af6c53a..110d4a4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,8 +6,21 @@ updates: - package-ecosystem: 'npm' directory: '/' schedule: - interval: 'weekly' + interval: 'monthly' + groups: + vite: + patterns: + - 'vitest' + - '@vitest/*' + oxc: + patterns: + - 'oxlint' + - 'oxfmt' - package-ecosystem: 'github-actions' directory: '/' schedule: - interval: 'weekly' + interval: 'monthly' + groups: + github-actions: + patterns: + - '*'