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
13 changes: 8 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,18 @@ updates:
- package-ecosystem: nuget
directory: "/"
ignore:
# We update these dependencies manually and on a weekly basis, since dependabot treats 6.0.0-preview2 as newer than 6.0.0-ci.*,
# and because it submits 3 different PRs
# We update these dependencies manually and on a weekly basis, since we depend on EF (and extensions) daily builds,
# and updating these usually requires code changes.
- dependency-name: "Microsoft.EntityFrameworkCore.*"
- dependency-name: "Microsoft.Extensions.*"
- dependency-name: "Npgsql"
schedule:
interval: daily
interval: weekly
groups:
minor-and-patch:
patterns: ["*"]
update-types: ["minor", "patch"]

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: daily
interval: weekly
Loading