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"