Skip to content

Commit d44282a

Browse files
committed
chore: setup dependabot for gomod and github-actions
1 parent 81e256a commit d44282a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/dependabot.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "gomod"
4+
directory: "/"
5+
schedule:
6+
interval: "daily"
7+
groups:
8+
minor-dependencies:
9+
update-types:
10+
- "minor"
11+
- "patch"
12+
- package-ecosystem: "github-actions"
13+
directory: "/"
14+
schedule:
15+
interval: "daily"

0 commit comments

Comments
 (0)