We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 244a3a2 commit 61e0d93Copy full SHA for 61e0d93
1 file changed
.github/workflows/dependabot.yaml
@@ -0,0 +1,22 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: gomod
4
+ directory: "/"
5
+ schedule:
6
+ interval: "weekly"
7
+ open-pull-requests-limit: 10
8
+ groups:
9
+ gomod:
10
+ update-types:
11
+ - "patch"
12
+
13
+ - package-ecosystem: "github-actions"
14
15
16
17
18
19
+ actions:
20
21
+ - "minor"
22
0 commit comments