Skip to content

Commit 2e795aa

Browse files
committed
* enable updates on nuget package dotnet-sdk with separateMajorMinor to bundle with EFCore related packages @ .github/renovate.json5
1 parent e4cd469 commit 2e795aa

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/renovate.json5

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,18 +54,13 @@
5454
"matchDepNames": ["php"],
5555
"enabled": false
5656
},
57-
{
58-
"matchCategories": ["dotnet"],
59-
"matchPackageNames": ["dotnet-sdk"],
60-
"enabled": false
61-
},
6257
{
6358
// https://docs.renovatebot.com/language-constraints-and-upgrading/
6459
// https://docs.renovatebot.com/configuration-options/#constraintsfiltering
6560
// https://stackoverflow.com/questions/75507822/how-to-prevent-renovate-from-updating-dependencies-which-are-not-compatible-with
6661
"matchCategories": ["dotnet"],
6762
"matchPackageNames": [
68-
// https://github.com/n0099/open-tbm/pull/110#issuecomment-3517921738
63+
"dotnet-sdk",
6964
"Microsoft.EntityFrameworkCore",
7065
"EFCore.NamingConventions",
7166
"Npgsql.EntityFrameworkCore.PostgreSQL",

0 commit comments

Comments
 (0)