We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3555d1f commit c5d1943Copy full SHA for c5d1943
.github/dependabot.yml
@@ -4,11 +4,32 @@ updates:
4
directory: "/"
5
schedule:
6
interval: "daily"
7
+ groups:
8
+ go-deps:
9
+ patterns:
10
+ - "*"
11
+ update-types:
12
+ - "minor"
13
+ - "patch"
14
- package-ecosystem: "github-actions"
15
16
17
18
19
+ actions-deps:
20
21
22
23
24
25
- package-ecosystem: "docker"
26
27
28
29
30
+ docker-deps:
31
32
33
34
35
0 commit comments