Skip to content

Commit

Permalink
chore(config): migrate config renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 4, 2024
1 parent 96eba3b commit 6d04498
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"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
"enabled": false,
"matchPackageNames": [
"/^Microsoft\\.Extensions\\./",
"/^System\\./"
]
}
]
}

0 comments on commit 6d04498

Please sign in to comment.