Skip to content

Commit

Permalink
feat(docker): enable major updates by default (#9470)
Browse files Browse the repository at this point in the history
Removes default settings which disabled docker major updates by default.

BREAKING CHANGE: Major updates for docker will now be enabled by default.
  • Loading branch information
rarkins committed Apr 22, 2021
1 parent 3a19808 commit 247fa7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/datasource/docker/index.ts
Expand Up @@ -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: {
Expand Down

0 comments on commit 247fa7b

Please sign in to comment.