Module: Dependabot::DockerCompose
- Defined in:
- lib/dependabot/docker_compose/file_parser.rb,
lib/dependabot/docker_compose/file_fetcher.rb,
lib/dependabot/docker_compose/file_updater.rb,
lib/dependabot/docker_compose/package_manager.rb
Defined Under Namespace
Classes: DockerPackageManager, FileFetcher, FileParser, FileUpdater
Constant Summary collapse
- ECOSYSTEM =
"docker_compose"- SUPPORTED_VERSIONS =
T.let([].freeze, T::Array[Dependabot::Version])
- DEPRECATED_VERSIONS =
T.let([].freeze, T::Array[Dependabot::Version])