Skip to content

Commit 8583e2b

Browse files
authored
Tweak dependabot configuration (#2752)
1 parent 14115f6 commit 8583e2b

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)