We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57438e6 commit 887eb9dCopy full SHA for 887eb9d
.github/renovate.json5
@@ -5,6 +5,11 @@
5
],
6
"ignorePaths": ["instrumentation/**"],
7
"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,
13
"packageRules": [
14
{
15
"matchPackagePrefixes": ["ch.qos.logback:"],
0 commit comments