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.
1 parent 345ed8d commit c5c53caCopy full SHA for c5c53ca
.github/dependabot.yml
@@ -26,6 +26,27 @@ updates:
26
graphql-kotlin:
27
patterns:
28
- "com.expediagroup:graphql-kotlin-*"
29
+ jackson:
30
+ patterns:
31
+ - "com.fasterxml.jackson.*:jackson-*"
32
+ jetty:
33
34
+ - "org.eclipse.jetty:*"
35
+ jwt:
36
37
+ - "io.jsonwebtoken:jjwt-*"
38
+ logback:
39
40
+ - "ch.qos.logback:*"
41
+ jakarta-apis:
42
43
+ - "jakarta.*:*"
44
+ rest-assured:
45
46
+ - "io.rest-assured:*"
47
+ quarkus-logging:
48
49
+ - "io.quarkiverse.logging.logback:*"
50
- package-ecosystem: docker
51
directory: "/"
52
schedule:
0 commit comments