Skip to content

Commit 887eb9d

Browse files
authored
Fix Renovate not applying logback patch versions (#10500)
1 parent 57438e6 commit 887eb9d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/renovate.json5

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
],
66
"ignorePaths": ["instrumentation/**"],
77
"baseBranches": ["main", "release/v1.32.x"],
8+
// needed in order to get patch-only updates in package rules below
9+
// unfortunately you can't combine updateTypes and separateMinorPatch in the same package rule
10+
// so we have to apply it globally here, see
11+
// https://github.com/renovatebot/renovate/discussions/8399#discussioncomment-305798
12+
"separateMinorPatch": true,
813
"packageRules": [
914
{
1015
"matchPackagePrefixes": ["ch.qos.logback:"],

0 commit comments

Comments
 (0)