Skip to content

Commit

Permalink
Use regexes for NuGet packages
Browse files Browse the repository at this point in the history
  • Loading branch information
asimmon committed Sep 23, 2024
1 parent 7fdf794 commit 5537276
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@
"mcr.microsoft.com/dotnet/aspnet",
"mcr.microsoft.com/dotnet/runtime",
"mcr.microsoft.com/dotnet/runtime-deps",
"Azure.Identity",
"/^Azure\\.Identity/i",
"/^Microsoft\\./i",
"/^System\\./i",
"coverlet.collector",
"/^coverlet\\.collector/i",
"/^xunit(\\.|$)/i",
"/^MongoDB\\./i"
]
Expand All @@ -84,7 +84,7 @@
"groupName": "gitversion-msbuild",
"description": "Disable major updates as their are breaking changes. The documentation is not complete, so it would require time to figure out the new configuration",
"matchPackageNames": [
"GitVersion.MsBuild"
"/^GitVersion\\.MsBuild/i"
],
"extends": [
":disableMajorUpdates"
Expand Down

0 comments on commit 5537276

Please sign in to comment.