Skip to content

Commit

Permalink
Add update-types under the group
Browse files Browse the repository at this point in the history
  • Loading branch information
eerhardt committed Jan 15, 2025
1 parent 18e8a8c commit f7fc1af
Showing 1 changed file with 7 additions and 16 deletions.
23 changes: 7 additions & 16 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,6 @@ updates:
- dependency-name: "Microsoft.Build.NoTargets"
# Pinned versions that should not be updated
- dependency-name: "Microsoft.CodeAnalysis.CSharp"
# don't update across major versions of NetPlatform dependencies. We need to do that manually
- dependency-name: "MicrosoftAspNetCore"
update-types:
- version-update:semver-major
- dependency-name: "MicrosoftEntityFrameworkCore*"
update-types:
- version-update:semver-major
- dependency-name: "MicrosoftExtensions*"
update-types:
- version-update:semver-major
- dependency-name: "Npgsql*"
update-types:
- version-update:semver-major
- dependency-name: "System*"
update-types:
- version-update:semver-major
groups:
Azure:
patterns:
Expand All @@ -61,9 +45,16 @@ updates:
- "Microsoft.AspNetCore.*"
- "Microsoft.EntityFrameworkCore.*"
- "Microsoft.Extensions.*"
- "System.*"
update-types:
- 'minor'
- 'patch'
Npgsql:
patterns:
- "Npgsql.*"
update-types:
- 'minor'
- 'patch'
MicrosoftDotNet:
patterns:
- "Microsoft.DotNet.*"
Expand Down

0 comments on commit f7fc1af

Please sign in to comment.