Module: Dependabot

Defined in:
lib/dependabot/utils.rb,
lib/dependabot.rb,
lib/dependabot/errors.rb,
lib/dependabot/source.rb,
lib/dependabot/version.rb,
lib/dependabot/dependency.rb,
lib/dependabot/file_parsers.rb,
lib/dependabot/clients/azure.rb,
lib/dependabot/file_fetchers.rb,
lib/dependabot/file_updaters.rb,
lib/dependabot/shared_helpers.rb,
lib/dependabot/dependency_file.rb,
lib/dependabot/update_checkers.rb,
lib/dependabot/metadata_finders.rb,
lib/dependabot/clients/bitbucket.rb,
lib/dependabot/file_parsers/base.rb,
lib/dependabot/security_advisory.rb,
lib/dependabot/clients/codecommit.rb,
lib/dependabot/file_fetchers/base.rb,
lib/dependabot/file_updaters/base.rb,
lib/dependabot/git_commit_checker.rb,
lib/dependabot/git_metadata_fetcher.rb,
lib/dependabot/pull_request_creator.rb,
lib/dependabot/pull_request_updater.rb,
lib/dependabot/update_checkers/base.rb,
lib/dependabot/metadata_finders/base.rb,
lib/dependabot/pull_request_creator/azure.rb,
lib/dependabot/clients/github_with_retries.rb,
lib/dependabot/clients/gitlab_with_retries.rb,
lib/dependabot/pull_request_creator/github.rb,
lib/dependabot/pull_request_creator/gitlab.rb,
lib/dependabot/pull_request_updater/github.rb,
lib/dependabot/pull_request_creator/labeler.rb,
lib/dependabot/clients/bitbucket_with_retries.rb,
lib/dependabot/pull_request_creator/codecommit.rb,
lib/dependabot/file_parsers/base/dependency_set.rb,
lib/dependabot/pull_request_creator/branch_namer.rb,
lib/dependabot/pull_request_creator/commit_signer.rb,
lib/dependabot/metadata_finders/base/commits_finder.rb,
lib/dependabot/metadata_finders/base/release_finder.rb,
lib/dependabot/pull_request_creator/message_builder.rb,
lib/dependabot/pull_request_creator/pr_name_prefixer.rb,
lib/dependabot/metadata_finders/base/changelog_finder.rb,
lib/dependabot/metadata_finders/base/changelog_pruner.rb,
lib/dependabot/pull_request_creator/message_builder/issue_linker.rb,
lib/dependabot/pull_request_creator/message_builder/link_and_mention_sanitizer.rb

Overview

rubocop:disable Metrics/ClassLength

Defined Under Namespace

Modules: Clients, FileFetchers, FileParsers, FileUpdaters, MetadataFinders, SharedHelpers, UpdateCheckers, Utils Classes: BranchNotFound, DependabotError, Dependency, DependencyFile, DependencyFileNotEvaluatable, DependencyFileNotFound, DependencyFileNotParseable, DependencyFileNotResolvable, GitCommitChecker, GitDependenciesNotReachable, GitDependencyReferenceNotFound, GitMetadataFetcher, GoModulePathMismatch, InconsistentRegistryResponse, MissingEnvironmentVariable, OutOfMemory, PathDependenciesNotReachable, PrivateSourceAuthenticationFailure, PrivateSourceCertificateFailure, PrivateSourceTimedOut, PullRequestCreator, PullRequestUpdater, RepoNotFound, SecurityAdvisory, Source

Constant Summary collapse

VERSION =
"0.113.18"