File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ---
Original file line number Diff line number Diff line change @@ -16,7 +16,9 @@ updates:
1616 timezone : ' America/Los_Angeles'
1717 # Update package.json files if new version is outside of version range specified there. Otherwise lock file only.
1818 versioning-strategy : increase-if-necessary
19- open-pull-requests-limit : 20
19+ allow :
20+ - dependency-type : ' production'
21+ open-pull-requests-limit : 10
2022 # Groups dependencies into one PR, dependencies that don't match any group will be in their own individual PR
2123 # see https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#groups--.
2224 groups :
@@ -26,6 +28,7 @@ updates:
2628 aws-sdk :
2729 patterns :
2830 - ' @aws-sdk/*'
31+ - ' @types/aws-*'
2932 changesets :
3033 patterns :
3134 - ' @changesets/*'
You can’t perform that action at this time.
0 commit comments