Skip to content

Commit 7788280

Browse files
authored
Merge pull request #47 from humblec/dependabot
add dependabot action for auto update of dependencies.
2 parents 8630d79 + 533ccea commit 7788280

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/dependabot.yaml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: gomod
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
labels:
8+
- "area/dependency"
9+
- "release-note-none"
10+
- "ok-to-test"
11+
open-pull-requests-limit: 10
12+
- package-ecosystem: "github-actions"
13+
directory: "/"
14+
schedule:
15+
interval: "daily"
16+
labels:
17+
- "area/dependency"
18+
- "release-note-none"
19+
- "ok-to-test"
20+
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)