From 247fa7b98de098693031497305f32033ef2c2999 Mon Sep 17 00:00:00 2001 From: Rhys Arkins Date: Fri, 9 Apr 2021 17:04:43 +0200 Subject: [PATCH] feat(docker): enable major updates by default (#9470) Removes default settings which disabled docker major updates by default. BREAKING CHANGE: Major updates for docker will now be enabled by default. --- lib/datasource/docker/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/datasource/docker/index.ts b/lib/datasource/docker/index.ts index cbc83ef5c5a81c..368c8c070b2d9f 100644 --- a/lib/datasource/docker/index.ts +++ b/lib/datasource/docker/index.ts @@ -27,7 +27,6 @@ export const registryStrategy = 'first'; export const defaultConfig = { commitMessageTopic: '{{{depName}}} Docker tag', - major: { enabled: false }, commitMessageExtra: 'to v{{#if isMajor}}{{{newMajor}}}{{else}}{{{newVersion}}}{{/if}}', digest: {