UNPKG

renovate

Version:

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

3 lines (2 loc) 194 B
import type { AllConfig, RenovateConfig } from '../../../config/types'; export declare function finalizeRepo(config: RenovateConfig, branchList: string[], repoConfig: AllConfig): Promise<void>;