You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2020/11/11 14:44:09 UTC

[jena] branch master updated: Dependabot (#825)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new fdada0f  Dependabot (#825)
fdada0f is described below

commit fdada0f6645fbbd2d16cbabf43362a75613f4f5a
Author: Andy Seaborne <an...@apache.org>
AuthorDate: Wed Nov 11 14:43:59 2020 +0000

    Dependabot (#825)
---
 .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..2486349
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,11 @@
+## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
+
+# Documentation for all configuration options:
+# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
+
+version: 2
+updates:
+  - package-ecosystem: "maven"
+    directory: "/"
+    schedule:
+      interval: "monthly"