We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4227f2c commit f99a8c7Copy full SHA for f99a8c7
.github/dependabot.yml
@@ -10,11 +10,11 @@ updates:
10
- "infra"
11
- package-ecosystem: "gomod"
12
directory: "/src/checkoutservice"
13
- open-pull-requests-limit: 100
14
- schedule:
15
- interval: "weekly"
16
- - package-ecosystem: "gomod"
17
- directory: "/src/productcatalogservice"
18
+ open-pull-requests-limit: 5
19
schedule:
20
interval: "weekly"
+ # - package-ecosystem: "gomod"
+ # directory: "/src/productcatalogservice"
+ # open-pull-requests-limit: 100
+ # schedule:
+ # interval: "weekly"
0 commit comments