How to pin to patch upgrade but allow previous minors #7219
Answered
by
dimbleby
commentator8
asked this question in
General
-
Hi, I would like to pin my packages to allow for weekly security updates of patch versions. To do so i am using e.g. blah = {version = "~1.3"}. This for a package i am writing and consuming in various microservices and i would like to support various services at various versions that use 1.1, 1.2, 1.3 etc while also having the tilda restrict Is there a way to specify that the package can be installed with older versions of blah than 1.3 while still restricting blah to patch updates? e.g. if using 1.2 it should receive 1.2.x updates only, if 1.3 1.3.x only. Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
dimbleby
Dec 19, 2022
Replies: 1 comment 2 replies
Answer selected by
commentator8
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
no