Skip to content

Python private registry credentials support for pipenv #24394

Closed Answered by maxromanovsky
maxromanovsky asked this question in Request Help
Discussion options

You must be logged in to vote

This has been resolved in #24581. One pipenv private repo is currently supported:
https://docs.renovatebot.com/getting-started/private-packages/#pipenv

Pipfile

[[source]]
url = "https://$USERNAME:${PASSWORD}@mypypi.example.com/simple"
verify_ssl = true
name = "pypi"

renovate.json

{
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
  "hostRules": [
    {
      "matchHost": "mypypi.example.com",
      "username": "<username>",
      "password": "<password>"
    }
  ]
}

Replies: 4 comments 9 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@rarkins
Comment options

@maxromanovsky
Comment options

Comment options

You must be logged in to vote
7 replies
@maxromanovsky
Comment options

@rarkins
Comment options

@maxromanovsky
Comment options

@maxromanovsky
Comment options

@rarkins
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by maxromanovsky
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants