# Functions
NewDepsIngester creates a new deps rule data ingest engine.
# Constants
DepsRuleDataIngestType is the type of the deps rule data ingest engine.
PullRequestIngestTypeAll is a filter that exposes all dependencies in the pull request.
PullRequestIngestTypeNew is a filter that exposes only new dependencies in the pull request.
PullRequestIngestTypeNewAndUpdated is a filter that exposes new and updated dependencies in the pull request.
# Structs
Deps is the engine for a rule type that uses deps data ingest.
PullRequestConfig is the set of parameters to the deps rule data ingest engine for pull requests.
RepoConfig is the set of parameters to the deps rule data ingest engine for repositories.