This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


The following commit(s) were added to refs/heads/master by this push:
     new 71da803899 Add gremlin-mcp to dependabot CTR
71da803899 is described below

commit 71da8038999d5c83245a673ff2d7ea8ce96f844c
Author: Stephen Mallette <[email protected]>
AuthorDate: Sun Mar 15 06:36:26 2026 -0400

    Add gremlin-mcp to dependabot CTR
---
 .github/dependabot.yml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 0ecf9b0e70..dfabfc65a9 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -55,6 +55,17 @@ updates:
     ignore:
       - update-types: [ "version-update:semver-patch", 
"version-update:semver-minor" ]
         dependency-name: "*"
+  - package-ecosystem: "npm"
+    directory: "/gremlin-mcp/src/main/javascript"
+    schedule:
+      interval: "monthly"
+    target-branch: "master"
+    labels:
+      - "mcp"
+      - "dependencies"
+    ignore:
+      - update-types: [ "version-update:semver-patch", 
"version-update:semver-minor" ]
+        dependency-name: "*"
   - package-ecosystem: "gomod"
     directory: "/gremlin-go"
     schedule:

Reply via email to