Skip to content

Commit 51790fd

Browse files
committed
Add update groups
1 parent 1d36ec1 commit 51790fd

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/dependabot.yml

+14
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,20 @@ updates:
1919
# `dependency-name` is required.
2020
- dependency-name: "*"
2121
update-types: ["version-update:semver-patch"]
22+
groups:
23+
tailwind:
24+
patterns:
25+
- '@tailwindcss/*'
26+
- 'tailwindcss'
27+
update-types:
28+
- 'minor'
29+
- 'patch'
30+
misc:
31+
patterns:
32+
- '*'
33+
update-types:
34+
- 'minor'
35+
- 'patch'
2236

2337
- package-ecosystem: github-actions
2438
directory: '/'

0 commit comments

Comments
 (0)