Skip to content

Commit a8baefc

Browse files
authored
fix(dependabot): added explicit patterns definition for patch group (#5135)
We are expecting this to fix the currently not being grouped named dependencies.
1 parent 1d6c69e commit a8baefc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ updates:
5151
patch-dependencies:
5252
update-types:
5353
- "patch"
54+
patterns:
55+
- "*"
5456
# Major framework dependencies - group by framework for better review
5557
angular:
5658
patterns:

0 commit comments

Comments
 (0)