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 05:54:04 UTC

[isis] branch master updated: Activate github's Dependabot (using Maven as Package Ecosystem)

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 f31db5e  Activate github's Dependabot (using Maven as Package Ecosystem)
f31db5e is described below

commit f31db5e822a238cd0d8035b74c5375dfd49957cf
Author: Andi Huber <ah...@apache.org>
AuthorDate: Sun Sep 20 07:53:52 2020 +0200

    Activate github's Dependabot (using Maven as Package Ecosystem)
---
 .github/dependabot.yml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..76e22be
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,11 @@
+# To get started with Dependabot version updates, you'll need to specify which
+# package ecosystems to update and where the package manifests are located.
+# Please see the documentation for all configuration options:
+# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
+
+version: 2
+updates:
+  - package-ecosystem: "maven" # See documentation for possible values
+    directory: "/" # Location of package manifests
+    schedule:
+      interval: "daily"