You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2022/04/13 10:16:41 UTC

[tinkerpop] branch master updated: Enabled dependabot on java/gh-actions/go CTR

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 54922e19b0 Enabled dependabot on java/gh-actions/go CTR
54922e19b0 is described below

commit 54922e19b0a2717ab6b3db9a4854e4483b73a6ed
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Wed Apr 13 06:15:49 2022 -0400

    Enabled dependabot on java/gh-actions/go CTR
---
 .github/dependabot.yml | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index fdabcbb343..6300bbc9af 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -31,4 +31,27 @@ updates:
     target-branch: "3.5-dev"
     labels:
       - "javascript"
+      - "dependencies"
+  - package-ecosystem: "gomod"
+    directory: "/gremlin-go"
+    schedule:
+      interval: "daily"
+    target-branch: "3.5-dev"
+    labels:
+      - "go"
+      - "dependencies"
+  - package-ecosystem: "maven"
+    directory: "/"
+    schedule:
+      interval: "daily"
+    target-branch: "3.5-dev"
+    labels:
+      - "java"
+      - "dependencies"
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
+      interval: "daily"
+    target-branch: "3.5-dev"
+    labels:
       - "dependencies"
\ No newline at end of file