Skip to content

Commit

Permalink
Configure dependabot to bump test/Directory.Build.props (#698)
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared authored May 26, 2022
1 parent 985b37e commit 909ec4c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,12 @@ updates:
interval: "daily"
open-pull-requests-limit: 20

- package-ecosystem: nuget
directory: /test
schedule:
interval: "daily"
open-pull-requests-limit: 20

- package-ecosystem: nuget
directory: /test/integration-tests/aspnet/IntegrationTests.AspNet
schedule:
Expand Down
6 changes: 6 additions & 0 deletions test/Empty.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<!-- This is an empty *.csproj so that dependabot can bump dependencies in Directory.Build.props. -->
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<DefaultItemExcludes>**</DefaultItemExcludes>
</PropertyGroup>
</Project>

0 comments on commit 909ec4c

Please sign in to comment.