From 908a90fb3f698f7b1b020ceeb90666f17afae678 Mon Sep 17 00:00:00 2001 From: marko-bekhta Date: Mon, 18 Sep 2023 09:39:19 +0200 Subject: [PATCH] Add Eclipse jdt dependency rule to dependabot --- .github/dependabot.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 02859c72da3..b959ddfdd52 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -43,7 +43,9 @@ updates: - "org.openjdk.jmh:*" # performance testing dependency - "com.google.guava:guava" # Guava is used in our test utils - "org.asciidoctor:*" # Asciidoctor is used for rendering the documentation - - "org.codehaus.plexus:*" # Eclipse compiler + # Eclipse compiler + - "org.codehaus.plexus:*" + - "org.eclipse.jdt:*" - "org.jboss.marshalling:jboss-marshalling" # JBeret IT dependency - "org.wildfly.security:wildfly-security-manager" # JBeret IT dependency - "org.springframework.boot:*" # Spring is only for ITs