You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2020/09/20 06:32:41 UTC

[isis] branch master updated: ISIS-2341: dependabot: add gradle checks

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

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new 6d31371  ISIS-2341: dependabot: add gradle checks
6d31371 is described below

commit 6d31371bc1a605ebf322bd9d96a2f657fbb0dc8c
Author: Andi Huber <ah...@apache.org>
AuthorDate: Sun Sep 20 08:32:33 2020 +0200

    ISIS-2341: dependabot: add gradle checks
---
 .github/dependabot.yml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 76e22be..f0aab15 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -5,7 +5,12 @@
 
 version: 2
 updates:
-  - package-ecosystem: "maven" # See documentation for possible values
+  - package-ecosystem: "maven"
     directory: "/" # Location of package manifests
     schedule:
       interval: "daily"
+
+  - package-ecosystem: "gradle"
+    directory: "/" # Location of package manifests
+    schedule:
+      interval: "daily"
\ No newline at end of file