Skip to main content

Type Alias: DependabotUpdateEntry

type DependabotUpdateEntry = {
index: number;
mapping: AST.YAMLMapping;
multiEcosystemGroup: null | string;
node: AST.YAMLContent | AST.YAMLWithMeta;
packageEcosystem: null | string;
};

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

Dependabot update block paired with derived metadata useful for reporting.

Propertiesโ€‹

<a id="index"></a>

indexโ€‹

readonly index: number;

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


<a id="mapping"></a>

mappingโ€‹

readonly mapping: AST.YAMLMapping;

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


<a id="multiecosystemgroup"></a>

multiEcosystemGroupโ€‹

readonly multiEcosystemGroup: null | string;

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


<a id="node"></a>

nodeโ€‹

readonly node: AST.YAMLContent | AST.YAMLWithMeta;

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


<a id="packageecosystem"></a>

packageEcosystemโ€‹

readonly packageEcosystem: null | string;

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