Skip to content

Commit 544e1e5

Browse files
authored
Setup dependabot for go dependencies (open-telemetry#1754)
1 parent 93b8f1a commit 544e1e5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,12 @@ updates:
88
interval: "daily"
99
labels:
1010
- "infra"
11+
- package-ecosystem: "gomod"
12+
directories:
13+
- "/src/checkoutservice"
14+
- "/src/productcatalogservice"
15+
groups:
16+
go-production-dependencies:
17+
dependency-type: "production"
18+
schedule:
19+
interval: "daily"

0 commit comments

Comments
 (0)