Skip to content

Commit

Permalink
[IDP-2271] Add ignored nuget dependencies to renovate (#115)
Browse files Browse the repository at this point in the history
* [IDP-2271] Add ignored nuget dependencies to renovate

* Remove redundancy

* Scope CodeAnalysis to src
  • Loading branch information
heqianwang authored Oct 16, 2024
1 parent 9185fe7 commit 08915b9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,16 @@
"src/Workleap.Extensions.Mongo.Analyzers/**/*"
],
"enabled": false
},
{
"matchManagers": ["nuget"],
"matchPackagePatterns": [
"^Microsoft\\.Extensions\\.",
"^System\\."
],
"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",
"enabled": false
}
]
}

0 comments on commit 08915b9

Please sign in to comment.