UNPKG

renovate

Version:

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

8 lines (7 loc) 364 B
import type { UpdateDependencyConfig } from '../types'; /** * updateDependency appends a comment line once. * This is only for the purpose of triggering the artifact update * Hermit doesn't have a package file to update like other package managers. */ export declare function updateDependency({ fileContent, upgrade, }: UpdateDependencyConfig): string | null;