Lookup of dependencies from a private Gitlab Maven repository #8499
Unanswered
otbe
asked this question in
Request Help
Replies: 2 comments 11 replies
-
How are you running Renovate? e.g. self-hosted or hosted app? |
Beta Was this translation helpful? Give feedback.
1 reply
-
What does the debug log "packageFiles with updates" look like right now for that gitlab-hosted package? |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Im just wondering if there's currently a way to fetch dependency updates from private gitlab repository via Maven.
Depending on the token type you use you have to use different names for the HTTP header that you have to send alongside your requests. See https://docs.gitlab.com/ee/user/packages/maven_repository/#authenticate-to-the-package-registry-with-maven
I found an issue in the old renovate-config repo about this topic renovatebot/config-help#998 and it indicates that it works (or worked) but I cant get it working CI tokens nor PAT.
In my renovate config I use something like:
and in my pom.xml something like:
Any ideas what I am doing wrong here?
Beta Was this translation helpful? Give feedback.
All reactions