0
0
mirror of https://github.com/thegeeklab/renovate-presets.git synced 2024-11-22 09:20:38 +00:00

feat: enabled digest pinning for helm-values manager

This commit is contained in:
Robert Kaussow 2023-03-21 15:06:06 +01:00
parent 657963d683
commit 3c8c70387a
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

@ -6,7 +6,8 @@
"fileMatch": ["flux/.+\\.ya?ml$"]
},
"helm-values": {
"fileMatch": ["flux/(.+/)patch(HelmRelease)\\.ya?ml$"]
"fileMatch": ["flux/(.+/)patch(HelmRelease)\\.ya?ml$"],
"pinDigests": true
},
"kubernetes": {
"fileMatch": ["flux/(.+/)patch(Deployment|Cluster)\\.ya?ml$"]