UNPKG

renovate

Version:

Automated dependency updates. Flexible so you don't need to be.

12 lines (11 loc) 221 B
export interface ParsedLine { depName?: string; specName?: string; spec?: string; subspec?: string; currentValue?: string; git?: string; tag?: string; path?: string; source?: string; }