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 c18999bcc2 Add dependabot on activemq-6.2.x and activemq-5.19.x 
branches (#2040)
c18999bcc2 is described below

commit c18999bcc23451ecb89cbef352f89eba64223a4c
Author: JB Onofré <[email protected]>
AuthorDate: Wed May 27 07:41:06 2026 +0200

    Add dependabot on activemq-6.2.x and activemq-5.19.x branches (#2040)
---
 .github/dependabot.yml | 40 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index bba1e27621..a5f8bdb662 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -23,8 +23,48 @@ updates:
     directory: "/"
     schedule:
       interval: "daily"
+    target-branch: "main"
   - package-ecosystem: "maven"
     directory: "/"
     schedule:
       interval: "daily"
+    target-branch: "main"
     open-pull-requests-limit: 50
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
+      interval: "daily"
+    target-branch: "activemq-6.2.x"
+    commit-message:
+      prefix: "[6.2.x] "
+  - package-ecosystem: "maven"
+    directory: "/"
+    schedule:
+      interval: "daily"
+    target-branch: "activemq-6.2.x"
+    commit-message:
+      prefix: "[6.2.x] "
+    open-pull-requests-limits: 50
+    ignore:
+      - dependency-name: "*"
+        update-types:
+          - "version-update:semver-major"
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
+      interval: "daily"
+    target-branch: "activemq-5.19.x"
+    commit-message:
+      prefix: "[5.19.x] "
+  - package-ecosystem: "maven"
+    directory: "/"
+    schedule:
+      interval: "daily"
+    target-branch: "activemq-5.19.x"
+    commit-message:
+      prefix: "[5.19.x] "
+    open-pull-requests-limits: 50
+    ignore:
+      - dependency-name: "*"
+        update-types:
+          - "version-update:semver-major"


---------------------------------------------------------------------
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