Skip to content

Commit

Permalink
Update renovate configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
meziantou committed Oct 1, 2024
1 parent dd1ba95 commit 3224f77
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 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 @@ -23,7 +23,7 @@
- If there's a vulnerability in these packages.
Right now, our Roslyn analyzers are simple enough to stick to 2021's 3.9.0 Roslyn APIs.
-->
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="3.11.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="3.9.0" PrivateAssets="all" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 3224f77

Please sign in to comment.