Skip to content

Commit be41910

Browse files
committed
* prefer matchDepNames over matchPackageNames for nuget packages following https://www.jvt.me/posts/2025/05/21/renovate-depname-packagename/ @ .github/renovate.json5
1 parent 2e795aa commit be41910

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/renovate.json5

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,10 @@
4949
"groupName": "fe",
5050
"commitMessagePrefix": "deps(fe): "
5151
},
52-
{ // https://github.com/renovatebot/renovate/discussions/27906
52+
{
5353
"matchCategories": ["php"],
54+
// https://github.com/renovatebot/renovate/discussions/27906#discussioncomment-15052440
55+
// https://www.jvt.me/posts/2025/05/21/renovate-depname-packagename/
5456
"matchDepNames": ["php"],
5557
"enabled": false
5658
},
@@ -59,7 +61,7 @@
5961
// https://docs.renovatebot.com/configuration-options/#constraintsfiltering
6062
// https://stackoverflow.com/questions/75507822/how-to-prevent-renovate-from-updating-dependencies-which-are-not-compatible-with
6163
"matchCategories": ["dotnet"],
62-
"matchPackageNames": [
64+
"matchDepNames": [
6365
"dotnet-sdk",
6466
"Microsoft.EntityFrameworkCore",
6567
"EFCore.NamingConventions",

0 commit comments

Comments
 (0)