try different way of digest pinning

This commit is contained in:
kjeld Schouten-Lebbing
2021-09-11 12:19:33 +02:00
parent 10c922a14c
commit 26af07c3ab
+1 -1
View File
@@ -25,6 +25,7 @@
"datasources": ["docker"],
"matchManagers": ["helm-values"],
"enabled": true,
"pinDigests": true,
"commitMessageTopic": "container image {{depName}}",
"commitMessageExtra": "to {{#if isSingleVersion}}v{{{newVersion}}}{{else}}{{{newValue}}}{{/if}}",
"matchUpdateTypes": ["major", "minor", "patch"],
@@ -87,7 +88,6 @@
"bumpVersion": "patch",
"labels": ["tag/non-major"],
"groupName": ["non-major"],
"pinDigests": true,
"schedule": [
"on tuesday"
]