Skip to content

Commit 3251f4e

Browse files
authored
fix(dependabot): added explicit patterns definition for patch group
We are expecting this to fix the currently not being grouped named dependencies.
1 parent 3a928f0 commit 3251f4e

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
@@ -26,6 +26,8 @@ updates:
2626
patch-dependencies:
2727
update-types:
2828
- "patch"
29+
patterns:
30+
- "*"
2931
commitlint:
3032
patterns:
3133
- "@commitlint*"

0 commit comments

Comments
 (0)