Skip to content

Commit fef0cd0

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

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
@@ -88,6 +88,8 @@ updates:
8888
patch-dependencies:
8989
update-types:
9090
- 'patch'
91+
patterns:
92+
- '*'
9193
commitlint:
9294
patterns:
9395
- '@commitlint*'

0 commit comments

Comments
 (0)