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

[aries-cdi] branch master updated: add dependabot

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

rotty3000 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-cdi.git


The following commit(s) were added to refs/heads/master by this push:
     new 97ceb74  add dependabot
97ceb74 is described below

commit 97ceb74981628888e34680e64ba81ae0e3150a18
Author: Raymond Augé <ro...@apache.org>
AuthorDate: Fri Oct 16 09:21:47 2020 -0400

    add dependabot
    
    Signed-off-by: Raymond Augé <ro...@apache.org>
---
 .github/dependabot.yml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..4fd5944
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,16 @@
+# GitHub Dependabot configuration file
+
+version: 2
+updates:
+
+  # Maintain dependencies for GitHub Actions
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
+      interval: "daily"
+
+  # Maintain dependencies for maven
+  - package-ecosystem: "maven"
+    directory: "/"
+    schedule:
+      interval: "daily"