This is an automated email from the ASF dual-hosted git repository.
veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
The following commit(s) were added to refs/heads/master by this push:
new dfe2613 Don't upgrade to JAXB 3.0
dfe2613 is described below
commit dfe2613c7524e173db7ca702f02220bbfd3f36dc
Author: Andreas Veithen <[email protected]>
AuthorDate: Thu Dec 24 21:16:06 2020 +0000
Don't upgrade to JAXB 3.0
---
.github/dependabot.yml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 6e10ad2..bc142a1 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -18,4 +18,11 @@ updates:
directory: "/"
schedule:
interval: "daily"
+ ignore:
+ - dependency-name: "javax.xml.bind:jaxb-api"
+ versions: ">= 3.0"
+ - dependency-name: "org.glassfish.jaxb:jaxb-xjc"
+ versions: ">= 3.0"
+ - dependency-name: "org.glassfish.jaxb:jaxb-runtime"
+ versions: ">= 3.0"
open-pull-requests-limit: 15