Module: Dependabot::Vcpkg
- Defined in:
- lib/dependabot/vcpkg.rb,
lib/dependabot/vcpkg/version.rb,
lib/dependabot/vcpkg/language.rb,
lib/dependabot/vcpkg/file_parser.rb,
lib/dependabot/vcpkg/requirement.rb,
lib/dependabot/vcpkg/file_fetcher.rb,
lib/dependabot/vcpkg/file_updater.rb,
lib/dependabot/vcpkg/update_checker.rb,
lib/dependabot/vcpkg/metadata_finder.rb,
lib/dependabot/vcpkg/package_manager.rb,
lib/dependabot/vcpkg/package/package_details_fetcher.rb,
lib/dependabot/vcpkg/update_checker/latest_version_finder.rb
Defined Under Namespace
Modules: Package Classes: FileFetcher, FileParser, FileUpdater, Language, MetadataFinder, PackageManager, Requirement, UpdateChecker, Version
Constant Summary collapse
- ECOSYSTEM =
"vcpkg"- PACKAGE_MANAGER =
"vcpkg"- LANGUAGE =
"cpp"- VCPKG_JSON_FILENAME =
"vcpkg.json"- VCPKG_CONFIGURATION_JSON_FILENAME =
"vcpkg-configuration.json"- VCPKG_DEFAULT_BASELINE_DEPENDENCY_NAME =
"github.com/microsoft/vcpkg"- VCPKG_DEFAULT_BASELINE_URL =
"https://github.com/microsoft/vcpkg.git"- VCPKG_DEFAULT_BASELINE_DEFAULT_BRANCH =
"master"- VCPKG_SUPPORTED_REGISTRY_TYPES =
%w(git builtin).freeze