Skip to content

Commit 544c036

Browse files
authored
Update dependabot.yml to use wildcard directories
1 parent e7f96d3 commit 544c036

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/dependabot.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,15 @@ updates:
2020
interval: "daily"
2121
- package-ecosystem: "gomod"
2222
directories:
23-
- "/src/checkoutservice"
24-
- "/src/productcatalogservice"
23+
- "/src/**/*"
2524
groups:
2625
go-production-dependencies:
2726
dependency-type: "production"
2827
schedule:
2928
interval: "daily"
3029
- package-ecosystem: "gradle"
3130
directories:
32-
- "/src/adservice"
31+
- "/src/**/*"
3332
groups:
3433
gradle-production-dependencies:
3534
dependency-type: "production"

0 commit comments

Comments
 (0)