Unable to configure private gitlab selfhosted maven registry #34666
Unanswered
mmos-dev
asked this question in
Request Help
Replies: 2 comments
-
Hi there, The logs you provided are insufficient to help you. Please provide more logs, or more detailed logs, so we can help you. Be sure to include DEBUG logs, and don't excessively redact or truncate them. If you feel the logs are too large to paste here, please use a service like GitHub Gist and paste the link here. Read the Renovate docs, Troubleshooting to learn more about getting the correct logs. Thanks, the Renovate team |
Beta Was this translation helpful? Give feedback.
0 replies
-
i have the same issue |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How are you running Renovate?
Self-hosted Renovate
If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.
GitLab, version 39
Please tell us more about your question or problem
i want renovate to lookup my library, which is hosted on my private selfhosted gitlab maven registry.
the config is the following:
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":dependencyDashboard"
],
"hostRules": [
{
"hostType": "maven",
"matchHost": "https://git.my-instance/api/v4",
"token": "$PRIVATE_TOKEN"
}
],
"prHourlyLimit": 10
}
but the debug logs always give me
Logs (if relevant)
Logs
Beta Was this translation helpful? Give feedback.
All reactions