Skip to content

Commit 3fa132b

Browse files
authored
Fix grouping in dependabot.yml
1 parent 60a108c commit 3fa132b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ updates:
2222
babel:
2323
patterns:
2424
- "@babel/*"
25+
tiptap:
26+
patterns:
2527
- "@tiptap/*"
28+
jest:
29+
patterns:
2630
- "jest*"
2731

2832
# Maintain dependencies for Github Actions

0 commit comments

Comments
 (0)