Skip to content

Commit 557a058

Browse files
committed
fix(ci): remove dependency-type from dependabot groups
dependency-type is irrelevant in the gomod ecosystem. This setting prevented some updates to auto-merge as expected. Signed-off-by: Frederic BIDON <[email protected]>
1 parent e344ef7 commit 557a058

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/dependabot.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -34,22 +34,18 @@ updates:
3434
open-pull-requests-limit: 4
3535
groups:
3636
development-dependencies:
37-
dependency-type: development
3837
patterns:
3938
- "github.com/stretchr/testify"
4039

4140
golang.org-dependencies:
42-
dependency-type: production
4341
patterns:
4442
- "golang.org/*"
4543

4644
go-openapi-dependencies:
47-
dependency-type: production
4845
patterns:
4946
- "github.com/go-openapi/*"
5047

5148
other-dependencies:
52-
dependency-type: production
5349
exclude-patterns:
5450
- "github.com/go-openapi/*"
5551
- "github.com/stretchr/testify"

0 commit comments

Comments
 (0)