You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by xv...@apache.org on 2021/04/07 06:31:28 UTC

[druid] branch enable-dependabot created (now 269735d)

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

xvrl pushed a change to branch enable-dependabot
in repository https://gitbox.apache.org/repos/asf/druid.git.


      at 269735d  enable dependabot for dependency updates

This branch includes the following new commits:

     new 269735d  enable dependabot for dependency updates

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.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[druid] 01/01: enable dependabot for dependency updates

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

xvrl pushed a commit to branch enable-dependabot
in repository https://gitbox.apache.org/repos/asf/druid.git

commit 269735d0824e417754e82ad8c4e7606005f7b860
Author: Xavier Léauté <xv...@apache.org>
AuthorDate: Tue Apr 6 23:30:55 2021 -0700

    enable dependabot for dependency updates
---
 .github/dependabot.yml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..70b92b3
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,8 @@
+version: 2
+updates:
+  - package-ecosystem: "maven"
+    directory: "/"
+    schedule:
+      interval: "daily"
+    ignore:
+      - dependency-name: "com.google.guava:guava"

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org