Skip to content

Commit 40a6f3d

Browse files
authored
Merge pull request #1562 from gdams/dependabotgroup
dependabot: group common dependencies to avoid conflicts
2 parents 524d9df + e5765f9 commit 40a6f3d

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.github/dependabot.yml

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

0 commit comments

Comments
 (0)