fix: disable docker:pinDigests for ArgoCD (#30556)

This commit is contained in:
morre 2024-08-03 10:10:26 +02:00 committed by GitHub
parent 8e4e7361e3
commit 478278f7bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,7 +43,7 @@ export const presets: Record<string, Preset> = {
pinDigests: true, pinDigests: true,
}, },
{ {
matchManagers: ['devcontainer', 'pyenv'], matchManagers: ['argocd', 'devcontainer', 'helmv3', 'pyenv'],
pinDigests: false, pinDigests: false,
}, },
], ],