Skip to content

Commit 433d729

Browse files
committed
* defer major version bumps of nuget packages related to EFCore and having their major version sync with .NET after dependencyDashboardApproval @ .github/renovate.json5
1 parent 1f5ff07 commit 433d729

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/renovate.json5

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,21 @@
5858
"matchCategories": ["dotnet"],
5959
"matchPackageNames": ["dotnet-sdk"],
6060
"enabled": false
61+
},
62+
{
63+
// https://docs.renovatebot.com/language-constraints-and-upgrading/
64+
// https://docs.renovatebot.com/configuration-options/#constraintsfiltering
65+
// https://stackoverflow.com/questions/75507822/how-to-prevent-renovate-from-updating-dependencies-which-are-not-compatible-with
66+
"matchCategories": ["dotnet"],
67+
"matchPackageNames": [
68+
// https://github.com/n0099/open-tbm/pull/110#issuecomment-3517921738
69+
"Microsoft.EntityFrameworkCore",
70+
"EFCore.NamingConventions",
71+
"Npgsql.EntityFrameworkCore.PostgreSQL",
72+
"LinqKit.Microsoft.EntityFrameworkCore",
73+
"linq2db.EntityFrameworkCore"
74+
],
75+
"major": { "dependencyDashboardApproval": true }
6176
}
6277
]
6378
}

0 commit comments

Comments
 (0)