Skip to content

Commit

Permalink
Setup dependabot for go dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieTLe committed Nov 27, 2024
1 parent 93b8f1a commit b3f0d07
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 b3f0d07

Please sign in to comment.