UNPKG

renovate

Version:

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

8 lines (7 loc) 339 B
import type { UpdateDependencyConfig } from '../types'; /** * updateDependency appends a comment line once. * This is only for the purpose of triggering the artifact update. * Copier needs to update its answers file itself. */ export declare function updateDependency({ fileContent, upgrade, }: UpdateDependencyConfig): string | null;