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 bf973db commit 2c0e470Copy full SHA for 2c0e470
.github/dependabot.yml
@@ -9,3 +9,18 @@ updates:
9
applies-to: version-updates
10
patterns:
11
- "*"
12
+ - package-ecosystem: "gradle"
13
+ directory: "/"
14
+ schedule:
15
+ interval: "weekly"
16
+ groups:
17
+ gradle:
18
+ applies-to: version-updates
19
+ patterns:
20
+ - "*"
21
+ ignore:
22
+ - dependency-name: "io.netty:*"
23
+ - dependency-name: "org.bouncycastle:*"
24
+ - dependency-name: "com.aayushatharva.brotli4j:*"
25
+ - dependency-name: "org.apache.httpcomponents.client5:httpclient5"
26
+ - dependency-name: "org.jitsi:ice4j"
0 commit comments