Skip to content

Commit 9ffed26

Browse files
committed
improve dependabot grouping
1 parent 1ee9e1a commit 9ffed26

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,17 @@ updates:
1919
- "🤖 Dependencies"
2020
schedule:
2121
interval: "daily"
22+
groups:
23+
fiber-modules:
24+
patterns:
25+
- "github.com/gofiber/**"
26+
fasthttp-modules:
27+
patterns:
28+
- "github.com/valyala/fasthttp"
29+
- "github.com/valyala/fasthttp/**"
30+
golang-modules:
31+
patterns:
32+
- "golang.org/x/.*"
2233
- package-ecosystem: "npm"
2334
open-pull-requests-limit: 15
2435
directories:

0 commit comments

Comments
 (0)