renovate
Version:
Automated dependency updates. Flexible so you don't need to be.
5 lines (4 loc) • 363 B
TypeScript
import type { ExtraDep } from './types';
export declare function getExtraDeps(goModBefore: string, goModAfter: string, excludeDeps: string[]): ExtraDep[];
export declare function extraDepsTable(extraDeps: ExtraDep[]): string;
export declare function getExtraDepsNotice(goModBefore: string | null, goModAfter: string | null, excludeDeps: string[]): string | null;