Skip to content

Commit

Permalink
feat: updating packages (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcfialho authored Feb 17, 2022
1 parent beec574 commit ed61682
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 2
updates:
- package-ecosystem: nuget
directory: "/"
schedule:
interval: "daily"
allow:
- dependency-name: "Herald*"
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</ItemGroup>

<ItemGroup Condition="'$(nodatabase)' != 'true'">
<PackageReference Include="Herald.EntityFramework" Version="3.1.0" />
<PackageReference Include="Herald.EntityFramework" Version="4.0.0" />
</ItemGroup>

<ItemGroup Condition="'$(noqueue)' != 'true'">
Expand Down

0 comments on commit ed61682

Please sign in to comment.