You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/06/11 21:10:19 UTC

[maven-parent] branch master updated: Create Dependabot config file

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

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 5bb2af8  Create Dependabot config file
5bb2af8 is described below

commit 5bb2af8d09b01f626525e598bbe3e16099c35f76
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Thu Jun 11 23:10:04 2020 +0200

    Create Dependabot config file
---
 .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..8043827
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,8 @@
+version: 2
+updates:
+- package-ecosystem: maven
+  directory: "/"
+  schedule:
+    interval: daily
+    time: '04:00'
+  open-pull-requests-limit: 10