UNPKG

renovate

Version:

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

5 lines (4 loc) 320 B
import type { RenovateConfig } from '../../config/types'; import type { ProcessResult } from './result'; export declare function renovateRepository(repoConfig: RenovateConfig, canRetry?: boolean): Promise<ProcessResult | undefined>; export declare function printRepositoryProblems(repository: string | undefined): void;