UNPKG

renovate

Version:

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

5 lines (4 loc) 468 B
import type { BranchUpgradeConfig } from '../../../types'; export declare function confirmIfDepUpdated(upgrade: BranchUpgradeConfig, newContent: string): Promise<boolean>; export declare function checkBranchDepsMatchBaseDeps(upgrade: BranchUpgradeConfig, branchContent: string): Promise<boolean>; export declare function doAutoReplace(upgrade: BranchUpgradeConfig, existingContent: string, reuseExistingBranch: boolean, firstUpdate?: boolean): Promise<string | null>;