UNPKG

renovate

Version:

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

4 lines (3 loc) 224 B
import type { MigratedConfig, RenovateConfig } from './types'; export declare function fixShortHours(input: string): string; export declare function migrateConfig(config: RenovateConfig, parentKey?: string): MigratedConfig;