This repository was archived by the owner on May 11, 2022. It is now read-only.

Description
Thanks for making an HCL 2.0 compatible dependabot available! ❤️
Is submodule syntax known to be supported? I'm using a block such as
module "sg_http_inbound" {
source = "terraform-aws-modules/security-group/aws//modules/http-80"
version = "3.15.0"
name = "web_inbound_http"
...
}
This seems to be throwing an error of - Updating terraform-aws-modules/security-group/aws (from 3.1.0)…bundler: failed to load command: ./dependabot.rb (./dependabot.rb) (that 3.1.0 version string is odd as well, which I can't find in my code base).
If this should be working, I'll put some effort into generating a more useful reprex. This is currently in a thicket of private code I'm trying to sort out. Appreciate the time!