From 544c0368ed93a022445b3eb2e94cf7b7dfed6872 Mon Sep 17 00:00:00 2001 From: Charlie Le Date: Tue, 24 Dec 2024 18:58:08 -0500 Subject: [PATCH] Update dependabot.yml to use wildcard directories --- .github/dependabot.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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"