From 96bfea6de82be500b058b5d66e750db042a37c86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?JB=20Onofr=C3=A9?= Date: Fri, 22 May 2026 05:45:51 +0200 Subject: [PATCH] Add dependabot on activemq-6.2.x and activemq-5.19.x branches --- .github/dependabot.yml | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bba1e276215..a5f8bdb6621 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"