We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1e17bb commit cce4799Copy full SHA for cce4799
.github/dependabot.yml
@@ -27,9 +27,9 @@ updates:
27
schedule:
28
interval: "daily"
29
open-pull-requests-limit: 5
30
- allow:
+ ignore:
31
# Next two dependencies shouldn't be upgrade, because RestEasy isn't using newer version. (2.3.X)
32
- dependency-name: jakarta.xml.bind:jakarta.xml.bind-api
33
- versions: [ "2.x" ]
+ versions: [ "3.x" ]
34
- dependency-name: com.sun.xml.bind:jaxb-impl
35
0 commit comments