Skip to content

Commit

Permalink
Update dependabot.yml to use wildcard directories
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieTLe authored Dec 24, 2024
1 parent e7f96d3 commit 544c036
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,15 @@ updates:
interval: "daily"
- package-ecosystem: "gomod"
directories:
- "/src/checkoutservice"
- "/src/productcatalogservice"
- "/src/**/*"
groups:
go-production-dependencies:
dependency-type: "production"
schedule:
interval: "daily"
- package-ecosystem: "gradle"
directories:
- "/src/adservice"
- "/src/**/*"
groups:
gradle-production-dependencies:
dependency-type: "production"
Expand Down

0 comments on commit 544c036

Please sign in to comment.