Skip to content

Commit 20e0510

Browse files
committed
Merge branches 'dependabot/add-v2-config-file' and 'dependabot/nuget/coverlet.msbuild-3.0.2'
3 parents 1973efd + cf76348 + 3e22bd1 commit 20e0510

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: nuget
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
time: "00:00"
8+
timezone: Europe/London
9+
open-pull-requests-limit: 10
10+
reviewers:
11+
- JSkimming
12+
assignees:
13+
- JSkimming

test/Castle.Core.AsyncInterceptor.Tests/Castle.Core.AsyncInterceptor.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</PropertyGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="coverlet.msbuild" Version="3.0.1">
17+
<PackageReference Include="coverlet.msbuild" Version="3.0.2">
1818
<PrivateAssets>all</PrivateAssets>
1919
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2020
</PackageReference>

0 commit comments

Comments
 (0)