Skip to content

Commit 6ba7b5d

Browse files
committed
add depndabot
1 parent 35f81d3 commit 6ba7b5d

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/dependabot.yml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: gomod
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
groups:
8+
go:
9+
patterns:
10+
- '*'
11+
12+
- package-ecosystem: github-actions
13+
directory: /.github
14+
schedule:
15+
interval: daily
16+
groups:
17+
github-actions:
18+
patterns:
19+
- '*'

0 commit comments

Comments
 (0)