Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
PrincessMadMath authored Aug 27, 2024
1 parent 8f2b3c9 commit 7a087b0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
],
"packageRules": [
{
"matchManagers": ["nuget"],
"excludePackagePatterns": ["^Microsoft\\.Extensions\\.", "^System\\.", "^dotnet-sdk$"],
"groupName": "NuGet dependencies"
},
{
"matchManagers": ["nuget"],
"matchPackagePatterns": ["^Microsoft\\.Extensions\\.", "^System\\."],
"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
Expand Down

0 comments on commit 7a087b0

Please sign in to comment.