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 2021/03/09 08:45:37 UTC

[isis] branch master updated: set dep bot target-branch: "post-m5-release"

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 0aed2c8  set dep bot target-branch: "post-m5-release"
0aed2c8 is described below

commit 0aed2c8aa63171bf503f2719b88a1652ef60e668
Author: Andi Huber <ah...@apache.org>
AuthorDate: Tue Mar 9 09:45:25 2021 +0100

    set dep bot target-branch: "post-m5-release"
---
 .github/dependabot.yml | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 1a738f2..cbf42f8 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -8,26 +8,30 @@ updates:
 
   # Maintain dependencies for GitHub Actions
   - package-ecosystem: "github-actions"
+    target-branch: "post-m5-release"
     directory: "/"
     schedule:
       interval: "daily"
 
   # Maintain dependencies for npm
   - package-ecosystem: "npm"
+    target-branch: "post-m5-release"
     directory: "/"
     schedule:
       interval: "daily"
 
   # Maintain dependencies for Maven
   - package-ecosystem: "maven"
+    target-branch: "post-m5-release"
     directory: "/" # Location of package manifests
     schedule:
       interval: "daily"
     # Allow up to 10 open pull requests for maven dependencies
-    open-pull-requests-limit: 10
+    open-pull-requests-limit: 20
 
   # Maintain dependencies for Gradle
   - package-ecosystem: "gradle"
+    target-branch: "post-m5-release"
     directory: "/" # Location of package manifests
     schedule:
-      interval: "daily"
\ No newline at end of file
+      interval: "daily"