You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by fl...@apache.org on 2021/06/04 10:29:12 UTC

[tinkerpop] branch TINKERPOP-2576 created (now 9285d3e)

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

florianhockmann pushed a change to branch TINKERPOP-2576
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.


      at 9285d3e  TINKERPOP-2576 Move to GitHub's Dependabot for Gremlin.NET

This branch includes the following new commits:

     new 9285d3e  TINKERPOP-2576 Move to GitHub's Dependabot for Gremlin.NET

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[tinkerpop] 01/01: TINKERPOP-2576 Move to GitHub's Dependabot for Gremlin.NET

Posted by fl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

florianhockmann pushed a commit to branch TINKERPOP-2576
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit 9285d3ead23adc0a2b8d759412becefae893f0f6
Author: Florian Hockmann <fh...@florian-hockmann.de>
AuthorDate: Fri Jun 4 11:43:13 2021 +0200

    TINKERPOP-2576 Move to GitHub's Dependabot for Gremlin.NET
    
    Dependabot is now part of GitHub which comes with a new config file.
    This commit configures Dependabot only for Gremlin.NET so we can try it
    out there first.
---
 .dependabot/config.yml | 10 ----------
 .github/dependabot.yml | 10 ++++++++++
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/.dependabot/config.yml b/.dependabot/config.yml
deleted file mode 100644
index 0871a00..0000000
--- a/.dependabot/config.yml
+++ /dev/null
@@ -1,10 +0,0 @@
-version: 1
-update_configs:
-  - package_manager: "java:maven"
-    directory: "/"
-    update_schedule: "monthly"
-    allowed_updates:
-      - match:
-          update_type: "security"
-      - match:
-          dependency_name: "org.apache.tinkerpop:die-dependabot"
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..6435b9d
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,10 @@
+version: 2
+updates:
+  - package-ecosystem: "nuget"
+    directory: "/gremlin-dotnet"
+    schedule:
+      interval: "daily"
+    target-branch: "3.5-dev"
+    labels:
+      - ".NET"
+      - "dependencies"