Skip to content

Commit 8eeef8c

Browse files
authored
Merge pull request #126 from gofiber/codex/2025-07-09-07-17-54
2 parents 0475661 + 7108a8d commit 8eeef8c

File tree

1 file changed

+32
-4
lines changed

1 file changed

+32
-4
lines changed

.github/dependabot.yml

Lines changed: 32 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,37 @@ updates:
55
- package-ecosystem: "gomod"
66
directory: "/" # Location of package manifests
77
default_labels:
8-
- "🤖 Dependencies"
8+
- "🤖 Dependencies"
99
schedule:
10-
interval: "daily"
10+
interval: "daily"
1111
automerged_updates:
12-
- match:
13-
dependency_name: "gofiber/fiber/*"
12+
- match:
13+
dependency_name: "gofiber/fiber/*"
14+
groups:
15+
charmbracelet:
16+
patterns:
17+
- "github.com/charmbracelet/*"
18+
muesli:
19+
patterns:
20+
- "github.com/muesli/*"
21+
spf13:
22+
patterns:
23+
- "github.com/spf13/*"
24+
golang-x:
25+
patterns:
26+
- "golang.org/x/*"
27+
testing:
28+
patterns:
29+
- "github.com/jarcoal/httpmock"
30+
- "github.com/stretchr/testify"
31+
- "gopkg.in/check.v1"
32+
- package-ecosystem: "github-actions"
33+
directory: "/" # Location of package manifests
34+
default_labels:
35+
- "🤖 Dependencies"
36+
schedule:
37+
interval: "daily"
38+
groups:
39+
github-actions:
40+
patterns:
41+
- "*"

0 commit comments

Comments
 (0)