Skip to content

Commit

Permalink
ci: More dependabot groups.
Browse files Browse the repository at this point in the history
  • Loading branch information
just-seba committed Aug 9, 2024
1 parent 9603c29 commit 4194d0f
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,10 @@ updates:
prefix: "build"
include: "scope"
groups:
ef-core:
server:
patterns:
- "*EntityFrameworkCore*"
swagger:
patterns:
- "swashbuckle*"
xunit:
patterns:
- "xunit*"

- "*"

# devops
- package-ecosystem: "nuget"
directory: "devops"
Expand All @@ -49,6 +43,10 @@ updates:
commit-message:
prefix: "build"
include: "scope"
groups:
devops:
patterns:
- "*"

# GitHub
- package-ecosystem: "github-actions"
Expand Down

0 comments on commit 4194d0f

Please sign in to comment.