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 6ddc578bc7 Updated dependabot given gremlin-js workspace.
6ddc578bc7 is described below

commit 6ddc578bc75abacba8cb5b3e655e7b72418fd716
Author: Stephen Mallette <[email protected]>
AuthorDate: Thu Mar 26 11:45:23 2026 +0000

    Updated dependabot given gremlin-js workspace.
    
    Given the move to a gremlin-js workspace it doesn't appear as though we can 
get the same granularity anymore for labelling each individual project from 
dependabot. CTR
---
 .github/dependabot.yml | 24 +-----------------------
 1 file changed, 1 insertion(+), 23 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 8e1d6ce05f..78deec076a 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -23,7 +23,7 @@ updates:
       - update-types: [ "version-update:semver-patch", 
"version-update:semver-minor" ]
         dependency-name: "*"
   - package-ecosystem: "npm"
-    directory: "/gremlin-js/gremlin-javascript"
+    directory: "/gremlin-js"
     schedule:
       interval: "monthly"
     target-branch: "master"
@@ -33,17 +33,6 @@ updates:
     ignore:
       - update-types: ["version-update:semver-patch", 
"version-update:semver-minor"]
         dependency-name: "*"
-  - package-ecosystem: "npm"
-    directory: "/gremlin-js/gremlint"
-    schedule:
-      interval: "monthly"
-    target-branch: "master"
-    labels:
-      - "gremlint"
-      - "dependencies"
-    ignore:
-      - update-types: [ "version-update:semver-patch", 
"version-update:semver-minor" ]
-        dependency-name: "*"
   - package-ecosystem: "npm"
     directory: "/docs/gremlint"
     schedule:
@@ -55,17 +44,6 @@ updates:
     ignore:
       - update-types: [ "version-update:semver-patch", 
"version-update:semver-minor" ]
         dependency-name: "*"
-  - package-ecosystem: "npm"
-    directory: "/gremlin-js/gremlin-mcp"
-    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