This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/2.x by this push:
new baef0fd7d6 Restores default Dependabot limit
baef0fd7d6 is described below
commit baef0fd7d6ea0ac4f6b69ddf4b83c92244817614
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Wed Jul 26 07:16:58 2023 +0200
Restores default Dependabot limit
---
.github/dependabot.yml | 2 --
1 file changed, 2 deletions(-)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 3f10ef219b..af96e8704b 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -21,8 +21,6 @@ updates:
schedule:
interval: "daily"
target-branch: "2.x"
- # Pre-release setting to force all updates at once
- open-pull-requests-limit: 50
ignore:
# Jetty 10.x does not have an internal logging API
- dependency-name: "org.eclipse.jetty:*"