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 d74d656 + ca3293a commit f16d6f3Copy full SHA for f16d6f3
.github/dependabot.yml
@@ -19,6 +19,10 @@ updates:
19
# testcontainers v2 needs refactoring on our end
20
versions:
21
- ">= 2"
22
+ - dependency-name: "net.logstash.logback:logstash-logback-encoder"
23
+ # logstash 8+ needs refactoring on our end
24
+ versions:
25
+ - ">= 8"
26
open-pull-requests-limit: 10
27
labels:
28
- dependencies
0 commit comments