From eeead766401be69ff31fc7ee853519912b0f41ba Mon Sep 17 00:00:00 2001 From: Bart Veneman <1536852+bartveneman@users.noreply.github.com> Date: Fri, 5 Jun 2026 08:37:50 +0200 Subject: [PATCH] Modify Dependabot groups and schedule Updated Dependabot configuration to include new group for projectwallace and adjusted schedule for GitHub Actions. --- .github/dependabot.yml | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6bff90b..92501ed 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,15 +8,19 @@ updates: schedule: interval: 'monthly' groups: - oxc: + projectwallace: patterns: - - 'oxlint' - - 'oxfmt' - vitest: + - '@projectwallace/*' + npm-all: patterns: - - 'vitest' - - '@vitest/*' + - '*' + exclude-patterns: + - '@projectwallace/*' - package-ecosystem: 'github-actions' directory: '/' schedule: - interval: 'monthly' + interval: 'weekly' + groups: + github-actions: + patterns: + - '*'