try different way of digest pinning
This commit is contained in:
@@ -25,6 +25,7 @@
|
|||||||
"datasources": ["docker"],
|
"datasources": ["docker"],
|
||||||
"matchManagers": ["helm-values"],
|
"matchManagers": ["helm-values"],
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
|
"pinDigests": true,
|
||||||
"commitMessageTopic": "container image {{depName}}",
|
"commitMessageTopic": "container image {{depName}}",
|
||||||
"commitMessageExtra": "to {{#if isSingleVersion}}v{{{newVersion}}}{{else}}{{{newValue}}}{{/if}}",
|
"commitMessageExtra": "to {{#if isSingleVersion}}v{{{newVersion}}}{{else}}{{{newValue}}}{{/if}}",
|
||||||
"matchUpdateTypes": ["major", "minor", "patch"],
|
"matchUpdateTypes": ["major", "minor", "patch"],
|
||||||
@@ -87,7 +88,6 @@
|
|||||||
"bumpVersion": "patch",
|
"bumpVersion": "patch",
|
||||||
"labels": ["tag/non-major"],
|
"labels": ["tag/non-major"],
|
||||||
"groupName": ["non-major"],
|
"groupName": ["non-major"],
|
||||||
"pinDigests": true,
|
|
||||||
"schedule": [
|
"schedule": [
|
||||||
"on tuesday"
|
"on tuesday"
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user