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

pkarwasz pushed a commit to branch ppkarwasz-dependabot
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit 667a1fa155b981806ca815b94ffb36f7505e5352
Author: ppkarwasz <[email protected]>
AuthorDate: Mon May 23 18:10:09 2022 +0200

    Increase to 50 dependabot proposals
    
    We have 38 upgradeable dependencies. In order to limit the annoyance from 
Dependabot PRs, I propose to limit the number of `test` scope upgrade proposals 
to 10 and to give a larger number (50) for the remaining ones.
    
    Another solution would be to prioritize the number of upgrade proposals for 
`log4j-api` and `log4j-core` and limit those for the remaining modules.
---
 .github/dependabot.yml | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index d0e9890e77..e8514561a2 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -16,9 +16,17 @@
 #
 version: 2
 updates:
+# No more than 10 PRs for dependencies with a `test` scope
 - package-ecosystem: maven
   directory: "/"
   schedule:
     interval: daily
-    time: '04:00'
+  allow: development
   open-pull-requests-limit: 10
+# 50 PRs for the remaining dependencies (`compile` and Maven plugins)
+- package-ecosystem: maven
+  directory: "/"
+  schedule:
+    interval: daily
+  allow: production
+  open-pull-requests-limit: 50

Reply via email to