Skip to content

Commit 9a18a3f

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 afd0dff commit 9a18a3f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,9 @@ updates:
2626
versioning-strategy: increase
2727
cooldown:
2828
default-days: 3
29+
groups:
30+
patch-dependencies:
31+
update-types:
32+
- "patch"
33+
patterns:
34+
- "*"

0 commit comments

Comments
 (0)