We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 524d9df + e5765f9 commit 40a6f3dCopy full SHA for 40a6f3d
.github/dependabot.yml
@@ -26,6 +26,30 @@ updates:
26
graphql-kotlin:
27
patterns:
28
- "com.expediagroup:graphql-kotlin-*"
29
+ maven-core:
30
+ patterns:
31
+ - "org.apache.maven:maven-*"
32
+ jackson:
33
34
+ - "com.fasterxml.jackson.*:jackson-*"
35
+ jetty:
36
37
+ - "org.eclipse.jetty:*"
38
+ jwt:
39
40
+ - "io.jsonwebtoken:jjwt-*"
41
+ logback:
42
43
+ - "ch.qos.logback:*"
44
+ jakarta-apis:
45
46
+ - "jakarta.*:*"
47
+ rest-assured:
48
49
+ - "io.rest-assured:*"
50
+ quarkus-logging:
51
52
+ - "io.quarkiverse.logging.logback:*"
53
- package-ecosystem: docker
54
directory: "/"
55
schedule:
0 commit comments