diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5fc0c4536a..7acd0cc538 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -20,8 +20,7 @@ updates: interval: "daily" - package-ecosystem: "gomod" directories: - - "/src/checkoutservice" - - "/src/productcatalogservice" + - "/src/**/*" groups: go-production-dependencies: dependency-type: "production" @@ -29,7 +28,7 @@ updates: interval: "daily" - package-ecosystem: "gradle" directories: - - "/src/adservice" + - "/src/**/*" groups: gradle-production-dependencies: dependency-type: "production"