This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/main by this push:
new 9066194119 Bootstrap activemq-6.3.x branch (#2245)
9066194119 is described below
commit 9066194119d37628ab84a80b433c5bf501001801
Author: JB Onofré <[email protected]>
AuthorDate: Mon Jul 27 17:09:27 2026 +0200
Bootstrap activemq-6.3.x branch (#2245)
---
.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