UNPKG

renovate

Version:

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

6 lines (5 loc) 387 B
import type { RenovateConfig } from '../../../config/types'; import type { BranchUpgradeConfig } from '../../types'; export declare function sanitizeDepName(depName: string): string; export declare function applyUpdateConfig(input: BranchUpgradeConfig): any; export declare function flattenUpdates(config: RenovateConfig, packageFiles: Record<string, any[]>): Promise<RenovateConfig[]>;