diff --git a/.github/renovate.json5 b/.github/renovate.json5 index ef7268a2104..92493997c64 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -33,6 +33,7 @@ "enabled": true, "pinDigests": true, "automerge": true, + "separateMinorPatch": true, "commitMessageTopic": "container image {{depName}}", "commitMessageExtra": "to {{#if isSingleVersion}}v{{{newVersion}}}{{else}}{{{newValue}}}{{/if}}", "matchUpdateTypes": ["major", "minor", "patch", "digest"],