diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 197c6b1..4f6427b 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -6,6 +6,10 @@ updates:
   directory: "/"
   schedule:
     interval: "weekly"
+  groups:
+    minor-npm-dependencies:
+      # NPM: Only group minor and patch updates (we want to carefully review major updates)
+      update-types: [minor, patch]
 - package-ecosystem: "github-actions"
   directory: "/"
   schedule: