Skip to content

Commit

Permalink
fix(presets): do not pin pyenv docker (#30270)
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins authored Jul 20, 2024
1 parent e54a56f commit 444a111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config/presets/internal/docker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const presets: Record<string, Preset> = {
pinDigests: true,
},
{
matchManagers: ['devcontainer'],
matchManagers: ['devcontainer', 'pyenv'],
pinDigests: false,
},
],
Expand Down

0 comments on commit 444a111

Please sign in to comment.