Skip to content

Commit dcde68e

Browse files
committed
Organize Dependabot groups
1 parent eb186c6 commit dcde68e

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

.github/dependabot.yml

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,31 @@ updates:
3030
- "github.com/stretchr/*"
3131
- "github.com/davecgh/*"
3232
- "github.com/pmezard/*"
33-
- "github.com/google/uuid*"
33+
compression:
34+
patterns:
3435
- "github.com/andybalholm/*"
3536
- "github.com/klauspost/*"
37+
mattn:
38+
patterns:
3639
- "github.com/mattn/*"
40+
uuid:
41+
patterns:
42+
- "github.com/google/uuid*"
43+
unicode:
44+
patterns:
3745
- "github.com/rivo/*"
46+
yaml:
47+
patterns:
3848
- "gopkg.in/yaml.*"
49+
golang-x:
50+
patterns:
3951
- "golang.org/x/*"
52+
template-engines:
53+
patterns:
54+
- "github.com/CloudyKit/*"
55+
- "github.com/Joker/*"
56+
- "github.com/cbroglie/*"
57+
- "github.com/eknkc/*"
58+
- "github.com/flosch/*"
59+
- "github.com/mailgun/*"
60+
- "github.com/yosssi/*"

0 commit comments

Comments
 (0)