Skip to content

Commit

Permalink
Setup dependabot for go dependencies (open-telemetry#1754)
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieTLe authored Dec 1, 2024
1 parent 93b8f1a commit 544e1e5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,12 @@ updates:
interval: "daily"
labels:
- "infra"
- package-ecosystem: "gomod"
directories:
- "/src/checkoutservice"
- "/src/productcatalogservice"
groups:
go-production-dependencies:
dependency-type: "production"
schedule:
interval: "daily"

0 comments on commit 544e1e5

Please sign in to comment.