Skip to content
Snippets Groups Projects
Unverified Commit 5503c930 authored by electriquo's avatar electriquo Committed by GitHub
Browse files

fix(pyenv-manager): do not pin digests (#25327)

parent 35699e6a
No related branches found
No related tags found
No related merge requests found
......@@ -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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment