Skip to content

Commit

Permalink
fix(ci): remove dependency-type from dependabot groups
Browse files Browse the repository at this point in the history
dependency-type is irrelevant in the gomod ecosystem.

This setting prevented some updates to auto-merge as expected.

Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
  • Loading branch information
fredbi committed Mar 4, 2024
1 parent 8560f81 commit dcc94aa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/dependabot.yaml
Expand Up @@ -34,22 +34,18 @@ updates:
open-pull-requests-limit: 4
groups:
development-dependencies:
dependency-type: development
patterns:
- "github.com/stretchr/testify"

golang.org-dependencies:
dependency-type: production
patterns:
- "golang.org/*"

go-openapi-dependencies:
dependency-type: production
patterns:
- "github.com/go-openapi/*"

other-dependencies:
dependency-type: production
exclude-patterns:
- "github.com/go-openapi/*"
- "github.com/stretchr/testify"
Expand Down

0 comments on commit dcc94aa

Please sign in to comment.