You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by gn...@apache.org on 2022/01/07 14:38:49 UTC

[maven-mvnd] branch master updated: introduce dependabot.yml (#563)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 716fc1a  introduce dependabot.yml (#563)
716fc1a is described below

commit 716fc1a9cca2720b3d31847305afaa4a03812c72
Author: Lars K.W. Gohlke <lk...@gmx.de>
AuthorDate: Fri Jan 7 15:35:25 2022 +0100

    introduce dependabot.yml (#563)
---
 .github/dependabot.yml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..f8ee658
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,9 @@
+version: 2
+updates:
+  - package-ecosystem: maven
+    directory: '/'
+    schedule:
+      interval: daily
+    # see https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates#open-pull-requests-limit
+    # open-pull-requests-limit: 10
+    versioning-strategy: increase