Skip to content

Commit

Permalink
ci(renovate): remove local config (has been migrated to global config)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyriis committed Sep 24, 2023
1 parent 2f83de6 commit cd6c3a2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
// },
],
}

0 comments on commit cd6c3a2

Please sign in to comment.