Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 15 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,23 @@ updates:
patterns:
- '*'
- package-ecosystem: nuget
directory: /
directory: /src
Comment thread
HofmeisterAn marked this conversation as resolved.
schedule:
interval: weekly
labels:
- dependencies
ignore:
- dependency-name: '*'
versions:
- '>= 0'
- dependency-name: Microsoft.Bcl.*
update-types:
- version-update:semver-major
- dependency-name: Microsoft.Extensions.*
update-types:
- version-update:semver-major
groups:
nuget-patch-minor:
update-types:
- minor
- patch
nuget-major:
update-types:
- major
Loading