Skip to content

Commit 337607e

Browse files
authored
refactor(dependabot): enabled grouped patch PRs (#590)
1 parent ae3763b commit 337607e

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
@@ -18,11 +18,13 @@ updates:
1818
- dependency-name: "eslint"
1919
update-types: ["version-update:semver-major"]
2020
groups:
21+
patch-dependencies:
22+
update-types:
23+
- "patch"
2124
typescript-eslint:
2225
patterns:
2326
- "@typescript-eslint*"
2427
- "typescript-eslint"
2528
update-types:
2629
- "major"
2730
- "minor"
28-
- "patch"

0 commit comments

Comments
 (0)