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:
parent
657963d683
commit
3c8c70387a
@ -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$"]
|
||||
|
Loading…
Reference in New Issue
Block a user