UNPKG

renovate

Version:

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

5 lines (4 loc) 276 B
import type { RenovateConfig } from '../../../config/types'; import type { Pr } from '../../../modules/platform'; export declare function runRenovateRepoStats(config: RenovateConfig, prList: Pr[]): void; export declare function runBranchSummary(config: RenovateConfig): void;