This is an automated email from the ASF dual-hosted git repository.
vy 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 6c0719998a Remove `/log4j-slf4j-impl` Dependabot execution (#4151)
6c0719998a is described below
commit 6c0719998a569c060d1487583052bf85dbb3c52c
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Mon Jun 29 08:36:04 2026 +0200
Remove `/log4j-slf4j-impl` Dependabot execution (#4151)
Instead of correcting the target branch, we can safely
remove it: the only dependency version defined in
`log4j-slf4j-impl` is SLF4J 1.x, which is highly unlikely
to see any new releases.
---
.github/dependabot.yaml | 16 ----------------
1 file changed, 16 deletions(-)
diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml
index e7d9bf7726..3c8075a44e 100644
--- a/.github/dependabot.yaml
+++ b/.github/dependabot.yaml
@@ -219,22 +219,6 @@ updates:
- dependency-name: "org.fusesource.jansi:jansi"
update-types: [ "version-update:semver-major" ]
- - package-ecosystem: maven
- directories:
- - "/log4j-slf4j-impl"
- schedule:
- interval: "monthly"
- groups:
- dependencies:
- patterns: [ "*" ]
- target-branch: "main"
- registries:
- - maven-central
- ignore:
- # SLF4J 1.7.x should only upgrade to 1.7.x and
- - dependency-name: "org.slf4j:slf4j-api"
- versions: [ "[1,)" ]
-
- package-ecosystem: github-actions
directory: "/"
schedule: