Skip to content

Commit 190dc38

Browse files
committed
Update dependabot config to group updates
Added groups for fontawesome and eslint in the dependabot configuration to better manage dependency updates.
1 parent 953dbd9 commit 190dc38

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ updates:
55
directory: /
66
schedule:
77
interval: monthly
8+
groups:
9+
fontawesome:
10+
patterns:
11+
- "@fortawesome*"
12+
eslint:
13+
patterns:
14+
- "@esline*"
15+
- "eslint"
816

917
- package-ecosystem: github-actions
1018
directory: /

0 commit comments

Comments
 (0)