Merge "chore(dependabot): reduce Dependabot PIP scope to non-major updates" into integration
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 3f1fff2..decb2f9 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -42,7 +42,7 @@
     groups:
       dev-deps:
         patterns: ["*"]
-        update-types: ["major", "minor", "patch"]
+        update-types: ["minor", "patch"]
 
   - target-branch: "lts-v2.10"
     package-ecosystem: "pip"