Skip to content

Commit

Permalink
fix(pyenv-manager): do not pin digests (#25327)
Browse files Browse the repository at this point in the history
  • Loading branch information
electriquo committed Oct 20, 2023
1 parent 35699e6 commit 5503c93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/modules/manager/pyenv/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export const supportedDatasources = [DockerDatasource.id];
export const defaultConfig = {
fileMatch: ['(^|/)\\.python-version$'],
versioning: dockerVersioning.id,
pinDigests: false,
};

export const categories: Category[] = ['python'];

0 comments on commit 5503c93

Please sign in to comment.