From 2aafd7b7a9d7af93644c01ac85a9355f49dc0dd7 Mon Sep 17 00:00:00 2001 From: Michael Fyffe <6224270+TraGicCode@users.noreply.github.com> Date: Mon, 16 Feb 2026 10:47:10 -0600 Subject: [PATCH] Group NServiceBus dependencies together --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 79fe2d0..2f942a8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,6 +16,10 @@ updates: directory: "/" # Location of package manifests schedule: interval: "daily" + groups: + nservicebus: + patterns: + - "NServiceBus*" - package-ecosystem: "npm" directory: "/website" schedule: