Skip to content

Commit b371c2b

Browse files
authored
group eslint upgrades together into single PR. (#2735)
* group eslint upgrades together into single PR. * pr feedback
1 parent 0ef9184 commit b371c2b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/dependabot.yml

+6
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ updates:
2525
smithy:
2626
patterns:
2727
- '@smithy/*'
28+
eslint:
29+
patterns:
30+
- '@shopify/eslint-plugin'
31+
- '@typescript-eslint/*'
32+
- 'eslint'
33+
- 'eslint-*'
2834
# Ignore updates to certain dependencies.
2935
# See: https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#ignore--
3036
ignore:

0 commit comments

Comments
 (0)