This is an automated email from the ASF dual-hosted git repository.
jbertram pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/main by this push:
new 1ba7bec2b6 ARTEMIS-5174 Have dependabot ignore jgroups until JGRP-2794
is resolved
1ba7bec2b6 is described below
commit 1ba7bec2b607e562273d8d56f575eb2b3f47a3e9
Author: AntonRoskvist <[email protected]>
AuthorDate: Fri Nov 22 08:29:48 2024 +0100
ARTEMIS-5174 Have dependabot ignore jgroups until JGRP-2794 is resolved
---
.github/dependabot.yml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 5bab1a1324..24b5c981c7 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -65,6 +65,11 @@ updates:
versions: '>= 3'
- dependency-name: 'jakarta.resource:jakarta.resource-api'
versions: '>= 2'
+
+ # Ignore until JGRP-2794 is resolved
+ - dependency-name: 'org.jgroups:jgroups'
+ versions: '>= 5'
+
open-pull-requests-limit: 10
commit-message:
# This prefix is added to remind committers to create a Jira for this
dependency upgrade and update the branch with the actual Jira ID
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact