Skip to content

Commit b246600

Browse files
committed
Configure dependabot
Signed-off-by: Pedro Tanaka <[email protected]>
1 parent b5cccb6 commit b246600

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+
schedule:
6+
interval: "weekly"
7+
day: "monday"
8+
open-pull-requests-limit: 10
9+
target-branch: "main"
10+
labels:
11+
- "dependencies"
12+
- "go"
13+
commit-message:
14+
prefix: "chore"
15+
include: "scope"

0 commit comments

Comments
 (0)