We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 922ff69 commit af7b753Copy full SHA for af7b753
.github/dependabot.yml
@@ -87,6 +87,8 @@ updates:
87
- "org.eclipse.jdt:*"
88
# We only use the version of WildFly for a link in the documentation
89
- "org.wildfly.bom:wildfly"
90
+ # Used to generate reports during build time:
91
+ - "org.yaml:snakeyaml"
92
ignore:
93
# These dependencies are updated manually
94
- dependency-name: "org.hibernate:*"
0 commit comments