dependabit / manifest/src / DependencyEntry
Type Alias: DependencyEntry
ts
type DependencyEntry = z.infer<typeof DependencyEntrySchema>;Defined in: packages/manifest/src/schema.ts:313
A single tracked external dependency inside a DependencyManifest.
Remarks
The currentStateHash field is populated by the monitor after the first successful check. Newly-detected entries carry an empty string ('') or a sentinel value ('sha256:pending') until the monitor runs.