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 2416892 commit 0c018b2Copy full SHA for 0c018b2
1 file changed
.github/dependabot.yml
@@ -6,12 +6,30 @@ updates:
6
interval: "daily"
7
exclude-paths:
8
- "src/test/**"
9
+ - package-ecosystem: "gradle"
10
+ directory: "/"
11
+ schedule:
12
+ interval: "daily"
13
+ exclude-paths:
14
+ - "src/test/**"
15
- package-ecosystem: "npm"
16
directory: "/"
17
schedule:
18
19
20
21
+ - package-ecosystem: "pip"
22
23
24
25
26
27
+ - package-ecosystem: "gomod"
28
29
30
31
32
33
- package-ecosystem: "github-actions"
34
35
0 commit comments