From 1e968130dd90746cb1851ec0cd3d9ad03f256f1f Mon Sep 17 00:00:00 2001 From: Rhys Arkins Date: Fri, 9 Apr 2021 12:15:31 +0200 Subject: [PATCH] feat(docker): enable major updates by default 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 4cc865f62a4aab..c8acada247cb48 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: {