Skip to content

Commit

Permalink
chore(deps): update ignored nuget dependencies (#82)
Browse files Browse the repository at this point in the history
* chore(deps): update ignored nuget dependencies

* Update renovate configuration

* remove coverlet

* fix

---------

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Gérald Barré <[email protected]>
  • Loading branch information
3 people authored Oct 1, 2024
1 parent 7e53895 commit f57103c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
9 changes: 6 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,18 @@
],
"groupName": "Ignored NuGet dependencies",
"description": "These packages are usually set to a user-defined minimal supported version such as 6.0.0 for .NET 6, and they are overriden by consuming applications",
"ignorePaths": [
"src/**"
"includePaths": [
"src/Workleap.Extensions.MediatR/**",
"src/Workleap.Extensions.MediatR.Analyzers/**",
"src/Workleap.Extensions.MediatR.ApplicationInsights/**"
],
"matchPackageNames": [
"/^Microsoft\\.Extensions\\./",
"/^Microsoft\\.CodeAnalysis\\./",
"/^Microsoft\\.Bcl\\.AsyncInterfaces$/",
"/^System\\./"
]
],
"enabled": false
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,5 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="coverlet.collector" Version="6.0.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,5 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="coverlet.collector" Version="6.0.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>
</Project>

0 comments on commit f57103c

Please sign in to comment.