We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df605b7 commit df7cea2Copy full SHA for df7cea2
1 file changed
.github/dependabot.yml
@@ -0,0 +1,26 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "gomod"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "daily"
7
+ groups:
8
+ minor-patch:
9
+ update-types:
10
+ - "minor"
11
+ - "patch"
12
+
13
+ - package-ecosystem: "github-actions"
14
15
16
17
18
19
20
21
22
23
+ - package-ecosystem: "docker"
24
25
26
+ interval: "weekly"
0 commit comments