Skip to content

Commit 5b66804

Browse files
authored
refactor(dependabot): enabled grouped patch PRs (#3039)
1 parent 39495ee commit 5b66804

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ updates:
8585
# https://github.com/dependabot/dependabot-core/issues/5226#issuecomment-1179434437
8686
versioning-strategy: increase
8787
groups:
88+
patch-dependencies:
89+
update-types:
90+
- "patch"
8891
commitlint:
8992
patterns:
9093
- '@commitlint*'
@@ -97,7 +100,6 @@ updates:
97100
- 'react-dom'
98101
update-types:
99102
- 'minor'
100-
- 'patch'
101103
typescript-eslint:
102104
patterns:
103105
- '@typescript-eslint*'
@@ -119,4 +121,3 @@ updates:
119121
- 'ng-packagr'
120122
update-types:
121123
- 'minor'
122-
- 'patch'

0 commit comments

Comments
 (0)