Private packages (artifactory) not found via build.sbt #32848
Unanswered
eamonnsullivan
asked this question in
Request Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How are you running Renovate?
A Mend.io-hosted app
If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.
No response
Please tell us more about your question or problem
We use Renovate for a lot of our npm repos. I'm trying to onboard a Scala backend service that uses
build.sbt
. The public dependencies (via public Maven and typesafe) are found without issues and the onboarding PR says several pull requests will be raised immediately against dependencies like Scala runtimes, AWS libs, etc. However, it can't find our private packages, like the first two listed here (I've anonymised it a bit, where xxx is my organisation's name):In the pull request, I see the error:
Failed to look up sbt-package package xxx.shared:xxx-scalatra-chassis_2.13
.The bottom of my build.sbt has the following:
My renovate.json pulls mostly from a central config, which all seems to be picked up (judging by the description in the onboarding PR) and I've tried adding some hostRules at the end to pick up our artifactory credentials. The secrets are set, but I still get the same errors about being unable to look up those private deps.
What am I doing wrong? Is
build.sbt
supported for this kind of thing?Logs (if relevant)
Logs
Beta Was this translation helpful? Give feedback.
All reactions