This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch activemq-6.3.x
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/activemq-6.3.x by this push:
     new 8fa258c7d2 Bootstrap activemq-6.3.x branch (#2245) (#2262)
8fa258c7d2 is described below

commit 8fa258c7d289dc5b561a70c49c591a0a3cc51001
Author: Christopher L. Shannon <[email protected]>
AuthorDate: Tue Jul 28 16:14:55 2026 -0400

    Bootstrap activemq-6.3.x branch (#2245) (#2262)
    
    (cherry picked from commit 9066194119d37628ab84a80b433c5bf501001801)
    
    Co-authored-by: JB Onofré <[email protected]>
---
 .asf.yaml                      |  7 +++++++
 .github/dependabot.yml         | 19 +++++++++++++++++++
 .github/workflows/ci-quick.yml |  4 ++--
 3 files changed, 28 insertions(+), 2 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 9a63c1b6e8..3563c166c1 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -45,6 +45,13 @@ github:
         require_last_push_approval: false
         required_approving_review_count: 1
       required_linear_history: true
+    activemq-6.3.x:
+      required_pull_request_reviews:
+        require_code_owner_reviews: false
+        dismiss_stale_reviews: true
+        require_last_push_approval: false
+        required_approving_review_count: 0
+      required_linear_history: true
     activemq-6.2.x:
       required_pull_request_reviews:
         require_code_owner_reviews: false
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index a5f8bdb662..bd3def8c9a 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -30,6 +30,25 @@ updates:
       interval: "daily"
     target-branch: "main"
     open-pull-requests-limit: 50
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
+      interval: "daily"
+    target-branch: "activemq-6.3.x"
+    commit-message:
+      prefix: "[6.3.x] "
+  - package-ecosystem: "maven"
+    directory: "/"
+    schedule:
+      interval: "daily"
+    target-branch: "activemq-6.3.x"
+    commit-message:
+      prefix: "[6.3.x] "
+    open-pull-requests-limits: 50
+    ignore:
+      - dependency-name: "*"
+        update-types:
+          - "version-update:semver-major"
   - package-ecosystem: "github-actions"
     directory: "/"
     schedule:
diff --git a/.github/workflows/ci-quick.yml b/.github/workflows/ci-quick.yml
index a75efdc1e1..707e334b4e 100644
--- a/.github/workflows/ci-quick.yml
+++ b/.github/workflows/ci-quick.yml
@@ -25,9 +25,9 @@ name: CI Quick
 
 on:
   push:
-    branches: [ "main", "activemq-6.2.x", "activemq-5.19.x" ]
+    branches: [ "main", "activemq-6.3.x", "activemq-6.2.x", "activemq-5.19.x" ]
   pull_request:
-    branches: [ "main", "activemq-6.2.x", "activemq-5.19.x" ]
+    branches: [ "main", "activemq-6.3.x", "activemq-6.2.x", "activemq-5.19.x" ]
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to