Skip to content

Commit fdb48a4

Browse files
authored
Merge pull request #3790 from gofiber/codex/2025-11-20-16-43-58
chore: expand dependabot groups
2 parents fbe08a3 + 981ea99 commit fdb48a4

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

.github/dependabot.yml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,9 @@ updates:
116116
spf13-modules:
117117
patterns:
118118
- "github.com/spf13/**"
119+
philhofer-modules:
120+
patterns:
121+
- "github.com/philhofer/**"
119122
rivo-modules:
120123
patterns:
121124
- "github.com/rivo/**"
@@ -136,6 +139,36 @@ updates:
136139
patterns:
137140
- "github.com/stretchr/**"
138141
- "github.com/golang/mock/**"
142+
clipperhouse-modules:
143+
patterns:
144+
- "github.com/clipperhouse/**"
145+
snappy-modules:
146+
patterns:
147+
- "github.com/golang/snappy"
148+
cel-modules:
149+
patterns:
150+
- "cel.dev/**"
151+
googleapis-modules:
152+
patterns:
153+
- "github.com/googleapis/**"
154+
envoyproxy-modules:
155+
patterns:
156+
- "github.com/envoyproxy/**"
157+
hashicorp-modules:
158+
patterns:
159+
- "github.com/hashicorp/**"
160+
atlas-modules:
161+
patterns:
162+
- "ariga.io/**"
163+
openapi-modules:
164+
patterns:
165+
- "github.com/go-openapi/**"
166+
google-go-modules:
167+
patterns:
168+
- "github.com/google/**"
169+
go-cty-modules:
170+
patterns:
171+
- "github.com/zclconf/**"
139172
- package-ecosystem: "npm"
140173
open-pull-requests-limit: 15
141174
directories:

0 commit comments

Comments
 (0)