Open pocesar opened 1 year ago
Having this inside .cargo/config:
.cargo/config
# .cargo/config [net] git-fetch-with-cli = true
makes currently impossible to have a dependency as:
# Cargo.toml [dependencies] some_dependency = { tag = "0.0.1", git = "ssh://git@github.com/org/repo.git" }
The current flow works fine with Docker, local dev and github actions (with webfactory/ssh-agent), only missing dependabot ability to do so
I know this is a year old now but I hope this can be added soon. We have many internal crates that we use via Git+SSH that we would like dependabot to work with.
Is there an existing issue for this?
Feature description
Having this inside
.cargo/config
:makes currently impossible to have a dependency as:
The current flow works fine with Docker, local dev and github actions (with webfactory/ssh-agent), only missing dependabot ability to do so