diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 3e4972f..b07be0f 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -17,6 +17,11 @@ "commitMessageTopic": "Helm chart {{depName}}", "separateMinorPatch": true }, + { + "datasources": ["docker"], + "commitMessageTopic": "Docker image {{depName}}", + "separateMinorPatch": true + }, { "commitMessagePrefix": "[{{{parentDir}}}]", "branchTopic": "{{{parentDir}}}-{{{depNameSanitized}}}-{{{newMajor}}}{{#if isPatch}}.{{{newMinor}}}{{/if}}.x{{#if isLockfileUpdate}}-lockfile{{/if}}",