File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -19,20 +19,31 @@ updates:
1919 # Groups dependencies into one PR, dependencies that don't match any group will be in their own individual PR
2020 # see https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#groups--.
2121 groups :
22+ apollo :
23+ patterns :
24+ - ' @apollo/*'
2225 aws-sdk :
2326 patterns :
2427 - ' @aws-sdk/*'
25- smithy :
28+ changesets :
2629 patterns :
27- - ' @smithy /*'
30+ - ' @changesets /*'
2831 eslint :
2932 patterns :
3033 - ' @shopify/eslint-plugin'
3134 - ' @typescript-eslint/*'
3235 - ' eslint'
3336 - ' eslint-*'
37+ inquirer :
38+ patterns :
39+ - ' @inquirer/*'
40+ smithy :
41+ patterns :
42+ - ' @smithy/*'
3443 # Ignore updates to certain dependencies.
3544 # See: https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#ignore--
3645 ignore :
3746 # newer versions of api-extractor introduce breaking behavior to us see: https://github.com/microsoft/rushstack/issues/4842
3847 - dependency-name : ' @microsoft/api-extractor'
48+ # typings for node should match the lowest Node version we currently support. Do not upgrade this eagerly.
49+ - dependency-name : ' @types/node'
You can’t perform that action at this time.
0 commit comments