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

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


The following commit(s) were added to refs/heads/release-2.x by this push:
     new 460706b3c8 Dependabot support only a single Maven configuration
460706b3c8 is described below

commit 460706b3c867a04b23fcb56c5b696bcfef1b5ced
Author: ppkarwasz <[email protected]>
AuthorDate: Mon May 23 23:11:59 2022 +0200

    Dependabot support only a single Maven configuration
---
 .github/dependabot.yml | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index e8514561a2..4087eff273 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -16,17 +16,8 @@
 #
 version: 2
 updates:
-# No more than 10 PRs for dependencies with a `test` scope
 - package-ecosystem: maven
   directory: "/"
   schedule:
     interval: daily
-  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