UNPKG

renovate

Version:

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

4 lines (3 loc) 260 B
import type { RenovateConfig } from '../../../../config/types'; export declare function getDefaultConfigFileName(config: Partial<RenovateConfig>): string; export declare function createOnboardingBranch(config: Partial<RenovateConfig>): Promise<string | null>;