Skip to content

Commit 478278f

Browse files
authored
fix: disable docker:pinDigests for ArgoCD (renovatebot#30556)
1 parent 8e4e736 commit 478278f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/config/presets/internal/docker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export const presets: Record<string, Preset> = {
4343
pinDigests: true,
4444
},
4545
{
46-
matchManagers: ['devcontainer', 'pyenv'],
46+
matchManagers: ['argocd', 'devcontainer', 'helmv3', 'pyenv'],
4747
pinDigests: false,
4848
},
4949
],

0 commit comments

Comments
 (0)