Treat Clojure deps.edn dependency io.github.yourname/time-lib with :mvn/version as Git library #45043
devurandom
started this conversation in
Suggest an Idea
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Tell us more.
According to the Clojure documentation:
However, Renovate does not appear to recognize
io.github.clojure/tools.build {:mvn/version "0.10.12"}, which does not have a Clojars repository. Clojure itself (tools.deps) appears to fallback to use:mvn/versionas if it was:git/tagwhen the library name starts withio.github.The Renovate code lives in
renovate/lib/modules/manager/deps-edn/extract.ts
Lines 155 to 180 in 87ee522
Support for Git dependencies in
deps.ednwas added in #15507.All reactions