This is an automated email from the ASF dual-hosted git repository. ppkarwasz pushed a commit to branch fix/dependabot-slf4j-1 in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit b8f7bc5157aa3efbb6fabe151d69c0aab13ee7dc Author: Piotr P. Karwasz <[email protected]> AuthorDate: Thu Jun 25 08:02:54 2026 +0200 Remove `/log4j-slf4j-impl` Dependabot execution The `/log4j-slf4j-impl` execution is configured on the wrong branch (`main`, which doesn't have such an artifact, instead of `2.x`). 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:
