Skip to content

Commit c5c53ca

Browse files
committed
dependabot: group common dependencies to avoid conflicts
1 parent 345ed8d commit c5c53ca

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/dependabot.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,27 @@ updates:
2626
graphql-kotlin:
2727
patterns:
2828
- "com.expediagroup:graphql-kotlin-*"
29+
jackson:
30+
patterns:
31+
- "com.fasterxml.jackson.*:jackson-*"
32+
jetty:
33+
patterns:
34+
- "org.eclipse.jetty:*"
35+
jwt:
36+
patterns:
37+
- "io.jsonwebtoken:jjwt-*"
38+
logback:
39+
patterns:
40+
- "ch.qos.logback:*"
41+
jakarta-apis:
42+
patterns:
43+
- "jakarta.*:*"
44+
rest-assured:
45+
patterns:
46+
- "io.rest-assured:*"
47+
quarkus-logging:
48+
patterns:
49+
- "io.quarkiverse.logging.logback:*"
2950
- package-ecosystem: docker
3051
directory: "/"
3152
schedule:

0 commit comments

Comments
 (0)