We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 905ca29 commit c1f8b0cCopy full SHA for c1f8b0c
1 file changed
.github/dependabot.yml
@@ -7,12 +7,20 @@ updates:
7
day: sunday
8
allow:
9
- dependency-type: "all"
10
+ groups:
11
+ gomod:
12
+ patterns:
13
+ - "*"
14
commit-message:
15
prefix: "chore"
16
- package-ecosystem: github-actions
17
directory: "/"
18
schedule:
19
interval: weekly
20
21
22
+ github-actions:
23
24
25
26
0 commit comments