This is an automated email from the ASF dual-hosted git repository.
ramanathan1504 pushed a commit to branch 2.26.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/2.26.x by this push:
new 940e0892ad Update Dependabot target branch to 2.26.x and restrict
upgrades to PATCH level
940e0892ad is described below
commit 940e0892ad9f3a74a56dcef02da44ee9cec37abf
Author: Ramanathan <[email protected]>
AuthorDate: Thu Jun 25 17:39:21 2026 +0530
Update Dependabot target branch to 2.26.x and restrict upgrades to PATCH
level
---
.github/dependabot.yaml | 18 ++++++++++++++----
1 file changed, 14 insertions(+), 4 deletions(-)
diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml
index 3dfa7865b7..f7d9e1f7c7 100644
--- a/.github/dependabot.yaml
+++ b/.github/dependabot.yaml
@@ -55,10 +55,13 @@ updates:
groups:
dependencies:
patterns: [ "*" ]
- target-branch: "2.x"
+ target-branch: "2.26.x"
registries:
- maven-central
ignore:
+ # Restrict Dependabot to PATCH level upgrades only for this stable branch
+ - dependency-name: "*"
+ update-types: [ "version-update:semver-major",
"version-update:semver-minor" ]
# Jetty 10.x does not have an internal logging API
- dependency-name: "org.eclipse.jetty:*"
versions: [ "[10,)" ]
@@ -140,10 +143,13 @@ updates:
groups:
dependencies:
patterns: [ "*" ]
- target-branch: "2.x"
+ target-branch: "2.26.x"
registries:
- maven-central
ignore:
+ # Restrict Dependabot to PATCH level upgrades only for this stable branch
+ - dependency-name: "*"
+ update-types: [ "version-update:semver-major",
"version-update:semver-minor" ]
# MongoDB 4.x should only upgrade to 4.x
- dependency-name: "org.mongodb:*"
versions: [ "[5,)" ]
@@ -155,7 +161,11 @@ updates:
groups:
dependencies:
patterns: [ "*" ]
- target-branch: "2.x"
+ target-branch: "2.26.x"
+ ignore:
+ # Restrict Dependabot to PATCH level upgrades only for this stable branch
+ - dependency-name: "*"
+ update-types: [ "version-update:semver-major",
"version-update:semver-minor" ]
- package-ecosystem: maven
directory: "/"
@@ -221,4 +231,4 @@ updates:
groups:
dependencies:
patterns: [ "*" ]
- target-branch: "main"
+ target-branch: "main"
\ No newline at end of file