Skip to content

Commit c1a7eac

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 31d4a1d commit c1a7eac

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
@@ -29,6 +29,8 @@ updates:
2929
patch-dependencies:
3030
update-types:
3131
- "patch"
32+
patterns:
33+
- "*"
3234
typescript-eslint:
3335
patterns:
3436
- "@typescript-eslint*"

0 commit comments

Comments
 (0)