Skip to content

Commit a6dad96

Browse files
Migrate config renovate.json (#343)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 84fad56 commit a6dad96

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

renovate.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@
2323
"description": "Group all non-major NuGet updates into one PR",
2424
"matchManagers": [ "nuget" ],
2525
"matchUpdateTypes": [ "minor", "patch", "pin", "digest" ],
26-
"excludePackageNames": [ "dotnet-sdk" ],
27-
"groupName": "NuGet non-major"
26+
"groupName": "NuGet non-major",
27+
"matchPackageNames": [
28+
"!dotnet-sdk"
29+
]
2830
},
2931
{
3032
"description": ".NET SDK update",

0 commit comments

Comments
 (0)