Skip to content

Commit d9115ac

Browse files
authored
Merge pull request #425 from gofiber/codex/2025-07-08-10-45-24
2 parents d6e561e + 44d1948 commit d9115ac

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/dependabot.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,21 @@ updates:
1818
- "🤖 Dependencies"
1919
schedule:
2020
interval: "daily"
21+
groups:
22+
gofiber:
23+
patterns:
24+
- "github.com/gofiber/*"
25+
valyala:
26+
patterns:
27+
- "github.com/valyala/*"
28+
test-libs:
29+
patterns:
30+
- "github.com/stretchr/*"
31+
- "github.com/davecgh/*"
32+
- "github.com/pmezard/*"
33+
yaml:
34+
patterns:
35+
- "gopkg.in/yaml.*"
36+
golang-x:
37+
patterns:
38+
- "golang.org/x/*"

0 commit comments

Comments
 (0)