Skip to content

Commit 6bc8ea4

Browse files
authored
chore: group dependabot (#174)
1 parent d80cb7b commit 6bc8ea4

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/dependabot.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "gomod"
4+
directory: "/"
5+
commit-message:
6+
prefix: "chore"
7+
schedule:
8+
interval: "weekly"
9+
groups:
10+
example:
11+
patterns:
12+
- "*"
13+
reviewers:
14+
- stebenz
15+
- eliobischof

0 commit comments

Comments
 (0)