Update renovate.json5
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
@@ -38,6 +38,15 @@
|
|||||||
"commitMessageExtra": "to {{#if isSingleVersion}}v{{{newVersion}}}{{else}}{{{newValue}}}{{/if}}",
|
"commitMessageExtra": "to {{#if isSingleVersion}}v{{{newVersion}}}{{else}}{{{newValue}}}{{/if}}",
|
||||||
"matchUpdateTypes": ["major", "minor", "patch", "digest"],
|
"matchUpdateTypes": ["major", "minor", "patch", "digest"],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"datasources": ["docker"],
|
||||||
|
"enabled": true,
|
||||||
|
"pinDigests": true,
|
||||||
|
"automerge": true,
|
||||||
|
"separateMinorPatch": true,
|
||||||
|
"commitMessageTopic": "container image {{depName}}",
|
||||||
|
"commitMessageExtra": "to {{#if isSingleVersion}}v{{{newVersion}}}{{else}}{{{newValue}}}{{/if}}",
|
||||||
|
},
|
||||||
// Setup datasources for github actions
|
// Setup datasources for github actions
|
||||||
{
|
{
|
||||||
"matchManagers": ["github-actions"],
|
"matchManagers": ["github-actions"],
|
||||||
|
|||||||
Reference in New Issue
Block a user