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 f24606b101 Revert "Update Dependabot target branch to 2.26.x and 
restrict upgrades to PATCH level"
f24606b101 is described below

commit f24606b10143ee824e5b2bf128a1fbc87efe4d5d
Author: Ramanathan <[email protected]>
AuthorDate: Thu Jun 25 18:48:36 2026 +0530

    Revert "Update Dependabot target branch to 2.26.x and restrict upgrades to 
PATCH level"
    
    This reverts commit 940e0892ad9f3a74a56dcef02da44ee9cec37abf.
---
 .github/dependabot.yaml | 18 ++++--------------
 1 file changed, 4 insertions(+), 14 deletions(-)

diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml
index f7d9e1f7c7..3dfa7865b7 100644
--- a/.github/dependabot.yaml
+++ b/.github/dependabot.yaml
@@ -55,13 +55,10 @@ updates:
     groups:
       dependencies:
         patterns: [ "*" ]
-    target-branch: "2.26.x"
+    target-branch: "2.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,)" ]
@@ -143,13 +140,10 @@ updates:
     groups:
       dependencies:
         patterns: [ "*" ]
-    target-branch: "2.26.x"
+    target-branch: "2.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,)" ]
@@ -161,11 +155,7 @@ updates:
     groups:
       dependencies:
         patterns: [ "*" ]
-    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" ]
+    target-branch: "2.x"
 
   - package-ecosystem: maven
     directory: "/"
@@ -231,4 +221,4 @@ updates:
     groups:
       dependencies:
         patterns: [ "*" ]
-    target-branch: "main"
\ No newline at end of file
+    target-branch: "main"

Reply via email to