Skip to content

Commit d7ab551

Browse files
authored
Update dependabot.yml
1 parent f8d8e93 commit d7ab551

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,13 @@ updates:
2626
- dependency-name: "eslint"
2727
update-types: ["version-update:semver-major"]
2828
groups:
29+
patch-dependencies:
30+
update-types:
31+
- "patch"
2932
typescript-eslint:
3033
patterns:
3134
- "@typescript-eslint*"
3235
- "typescript-eslint"
3336
update-types:
3437
- "major"
3538
- "minor"
36-
- "patch"

0 commit comments

Comments
 (0)