From a607bf722e8fae8274887302ecc5af235a036f7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?JB=20Onofr=C3=A9?= Date: Fri, 24 Jul 2026 07:47:40 +0200 Subject: [PATCH] Bootstrap activemq-6.3.x branch --- .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 9a63c1b6e8b..3563c166c1c 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 a5f8bdb6621..bd3def8c9a2 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 a75efdc1e19..707e334b4e7 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 }}