We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
php
dotnet-sdk
1 parent ed12578 commit b00c226Copy full SHA for b00c226
.github/renovate.json5
@@ -54,7 +54,8 @@
54
// https://github.com/renovatebot/renovate/discussions/27906#discussioncomment-15052440
55
// https://www.jvt.me/posts/2025/05/21/renovate-depname-packagename/
56
"matchDepNames": ["php"],
57
- "separateMinorPatch": true
+ "separateMinorPatch": true,
58
+ "separateMultipleMinor": true
59
},
60
{
61
// https://docs.renovatebot.com/language-constraints-and-upgrading/
@@ -70,7 +71,8 @@
70
71
"LinqKit.Microsoft.EntityFrameworkCore",
72
"linq2db.EntityFrameworkCore"
73
],
- "separateMajorMinor": true
74
+ "separateMajorMinor": true,
75
+ "separateMultipleMajor": true
76
}
77
]
78
0 commit comments