Skip to content

Commit 0e95337

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 c288fa1 commit 0e95337

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
@@ -22,3 +22,5 @@ updates:
2222
patch-dependencies:
2323
update-types:
2424
- "patch"
25+
patterns:
26+
- "*"

0 commit comments

Comments
 (0)