We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ee9e1a commit 9ffed26Copy full SHA for 9ffed26
.github/dependabot.yml
@@ -19,6 +19,17 @@ updates:
19
- "🤖 Dependencies"
20
schedule:
21
interval: "daily"
22
+ groups:
23
+ fiber-modules:
24
+ patterns:
25
+ - "github.com/gofiber/**"
26
+ fasthttp-modules:
27
28
+ - "github.com/valyala/fasthttp"
29
+ - "github.com/valyala/fasthttp/**"
30
+ golang-modules:
31
32
+ - "golang.org/x/.*"
33
- package-ecosystem: "npm"
34
open-pull-requests-limit: 15
35
directories:
0 commit comments