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

jacopoc pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 96f1fe190f Increase Dependabot open pull requests limit for Gradle and 
npm updates to 40
96f1fe190f is described below

commit 96f1fe190f50bff8e2ba60c299d433e6d55430a5
Author: Jacopo Cappellato <[email protected]>
AuthorDate: Thu Aug 27 18:21:09 2026 +0200

    Increase Dependabot open pull requests limit for Gradle and npm updates to 
40
---
 .github/dependabot.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 9b4db01903..7de6169cbc 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -24,7 +24,7 @@ updates:
     directory: "/"
     schedule:
       interval: "daily"
-    open-pull-requests-limit: 20
+    open-pull-requests-limit: 40
     #groups:
     #  all-dependencies:
     #    patterns:
@@ -39,7 +39,7 @@ updates:
     target-branch: "release24.09"
     schedule:
       interval: "daily"
-    open-pull-requests-limit: 20
+    open-pull-requests-limit: 40
     #groups:
     #  all-dependencies:
     #    patterns:

Reply via email to