From 51258f3ce53366210dc4c05870ffc9c30a22504e Mon Sep 17 00:00:00 2001 From: Charlie Le <3375195+CharlieTLe@users.noreply.github.com> Date: Sat, 26 Oct 2024 18:58:29 -0700 Subject: [PATCH] Setup dependabot for go dependencies --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index dc3fd6c4aa..7b52d100f8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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"