Skip to content

Commit b00c226

Browse files
committed
* split multi minor and major versions update on package php and dotnet-sdk @ .github/renovate.json5
1 parent ed12578 commit b00c226

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
@@ -54,7 +54,8 @@
5454
// https://github.com/renovatebot/renovate/discussions/27906#discussioncomment-15052440
5555
// https://www.jvt.me/posts/2025/05/21/renovate-depname-packagename/
5656
"matchDepNames": ["php"],
57-
"separateMinorPatch": true
57+
"separateMinorPatch": true,
58+
"separateMultipleMinor": true
5859
},
5960
{
6061
// https://docs.renovatebot.com/language-constraints-and-upgrading/
@@ -70,7 +71,8 @@
7071
"LinqKit.Microsoft.EntityFrameworkCore",
7172
"linq2db.EntityFrameworkCore"
7273
],
73-
"separateMajorMinor": true
74+
"separateMajorMinor": true,
75+
"separateMultipleMajor": true
7476
}
7577
]
7678
}

0 commit comments

Comments
 (0)