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 52c65e0 commit ea7058fCopy full SHA for ea7058f
.github/dependabot.yaml
@@ -8,6 +8,10 @@ updates:
8
day: monday
9
time: "04:00"
10
timezone: "Europe/Zurich"
11
+ groups:
12
+ github-actions:
13
+ patterns:
14
+ - "*"
15
16
- package-ecosystem: gomod
17
directory: /
@@ -18,6 +22,10 @@ updates:
18
22
19
23
allow:
20
24
- dependency-type: all
25
26
+ go-dependencies:
27
28
21
29
30
- package-ecosystem: docker
31
@@ -26,3 +34,8 @@ updates:
34
35
36
37
38
+ docker:
39
40
41
+
0 commit comments