Skip to content

Commit 231f6e9

Browse files
authored
Update dependabot.yml
1 parent 34292cf commit 231f6e9

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.github/dependabot.yml

+5-8
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,9 @@ updates:
99
labels:
1010
- "infra"
1111
- package-ecosystem: "gomod"
12-
directory: "/src/checkoutservice"
13-
open-pull-requests-limit: 5
12+
directories:
13+
- "/src/checkoutservice"
14+
- "/src/productcatalogservice"
15+
open-pull-requests-limit: 20
1416
schedule:
15-
interval: "weekly"
16-
- package-ecosystem: "gomod"
17-
directory: "/src/productcatalogservice"
18-
open-pull-requests-limit: 5
19-
schedule:
20-
interval: "weekly"
17+
interval: "daily"

0 commit comments

Comments
 (0)