From cc9c5c66520f66138eb6039565f3d26609dc3aab Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Fri, 2 Jul 2021 16:44:56 +0100 Subject: [PATCH] Add docker deps to Renovate --- .github/renovate.json5 | 5 +++++ 1 file changed, 5 insertions(+) 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}}",