You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to update terraform module used in my project, the source file is like this source = "git::ssh://[email protected]/private/infra-live.git//modules/btg/first-module?ref=dc7c47554614c3d3d3065a45e020fc7f44adbscx"
What you expected to see, versus what you actually saw
When dependabot runs, all dependency with commit sha dc7c47554614c3d3d3065a45e020fc7f44adbscx should be updated to 5a9792a8ec05d876314c2a977dcf8194c2333333
Native package manager behavior
No response
Images of the diff or a link to the PR, issue, or logs
Dependabot log is returning no update and empty latest version when there is one :
=> checking for updates 1/2
🌍 --> GET https://github.com/private/infra-live.git/info/refs?service=git-upload-pack
🌍 <-- 200 https://github.com/private/infra-live.git/info/refs?service=git-upload-pack
=> latest available version is
(no update needed as it's already up-to-date)
Smallest manifest that reproduces the issue
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Package ecosystem
Terraform
Package manager version
No response
Language version
No response
Manifest location and content before the Dependabot update
No response
dependabot.yml content
Updated dependency
I am trying to update terraform module used in my project, the source file is like this
source = "git::ssh://[email protected]/private/infra-live.git//modules/btg/first-module?ref=dc7c47554614c3d3d3065a45e020fc7f44adbscx"
Project is a monorepo with something like this
git ls-remote
resultWhat you expected to see, versus what you actually saw
When dependabot runs, all dependency with commit sha
dc7c47554614c3d3d3065a45e020fc7f44adbscx
should be updated to5a9792a8ec05d876314c2a977dcf8194c2333333
Native package manager behavior
No response
Images of the diff or a link to the PR, issue, or logs
Dependabot log is returning no update and empty latest version when there is one :
Smallest manifest that reproduces the issue
No response
The text was updated successfully, but these errors were encountered: