We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a11962 commit 6705ec1Copy full SHA for 6705ec1
1 file changed
.github/dependabot.yml
@@ -26,6 +26,11 @@ updates:
26
patterns:
27
- "ContentFeedNuget"
28
- "EssentialCSharp.Shared.Models"
29
+ ef-core:
30
+ applies-to: version-updates
31
+ patterns:
32
+ - "Microsoft.EntityFrameworkCore*"
33
+ - "dotnet-ef"
34
35
- package-ecosystem: "github-actions" # See documentation for possible values
36
directory: "/" # Location of package manifests
0 commit comments