From 0a271e4e02549b5bffbcf32a68ba0b2f5daac47b Mon Sep 17 00:00:00 2001 From: Justin Bertram Date: Wed, 26 Jun 2024 22:31:05 -0500 Subject: [PATCH] ARTEMIS-4764 ignore com.sun.xml.bind deps >= 3 --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e2a04087fa..8c89c581ba 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -59,6 +59,8 @@ updates: versions: '>= 6' - dependency-name: 'org.eclipse.jetty:*' versions: '>= 11' + - dependency-name: 'com.sun.xml.bind:*' + versions: '>= 3' 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