diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 8bb524547..5f4fdbf5f 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -37,12 +37,12 @@ ignoreDeprecated: true, }, // global docker datasource settings - { - matchDatasources: ["docker"], - enabled: true, - commitMessageTopic: "container image {{depName}}", - commitMessageExtra: "to {{#if isSingleVersion}}v{{{newVersion}}}{{else}}{{{newValue}}}{{/if}}", - matchUpdateTypes: ["major", "minor", "patch"], - }, + // { + // matchDatasources: ["docker"], + // enabled: true, + // commitMessageTopic: "container image {{depName}}", + // commitMessageExtra: "to {{#if isSingleVersion}}v{{{newVersion}}}{{else}}{{{newValue}}}{{/if}}", + // matchUpdateTypes: ["major", "minor", "patch"], + // }, ], }