Skip to content

Commit af7b753

Browse files
committed
Move snakeyaml to build dependencies
as it is only used to create build reports for logging categories
1 parent 922ff69 commit af7b753

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/dependabot.yml

+2
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ updates:
8787
- "org.eclipse.jdt:*"
8888
# We only use the version of WildFly for a link in the documentation
8989
- "org.wildfly.bom:wildfly"
90+
# Used to generate reports during build time:
91+
- "org.yaml:snakeyaml"
9092
ignore:
9193
# These dependencies are updated manually
9294
- dependency-name: "org.hibernate:*"

0 commit comments

Comments
 (0)