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 2019/11/13 11:59:16 UTC

[tinkerpop] branch master updated: Kill dependabot with deadly config!!!

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 5205388  Kill dependabot with deadly config!!!
5205388 is described below

commit 5205388c53880670cf5ab168461c9c9a3cc65b12
Author: stephen <sp...@gmail.com>
AuthorDate: Wed Nov 13 06:57:32 2019 -0500

    Kill dependabot with deadly config!!!
    
    There was some discussion on the mailing list to use dependabot in a specific way. When that way is settled and folks know what they want to do this file can be edited to useful end.  CTR
---
 .dependabot/config.yml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/.dependabot/config.yml b/.dependabot/config.yml
new file mode 100644
index 0000000..0871a00
--- /dev/null
+++ b/.dependabot/config.yml
@@ -0,0 +1,10 @@
+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"