Skip to main content

Function: getEffectiveDependabotTargetBranch()

function getEffectiveDependabotTargetBranch(
root: YAMLMapping,
update: DependabotUpdateEntry
): string;

Defined in: _internal/dependabot-yaml.ts:239

Resolve the effective target branch for an update, defaulting to the repository default branch.

Parametersโ€‹

rootโ€‹

YAMLMapping

updateโ€‹

DependabotUpdateEntry

Returnsโ€‹

string