UNPKG

renovate

Version:

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

6 lines (5 loc) 402 B
import type { RenovateConfig } from '../../../config/types'; import type { BranchConfig } from '../../types'; export declare function getPrHourlyCount(config: RenovateConfig): Promise<number>; export declare function getConcurrentPrsCount(config: RenovateConfig, branches: BranchConfig[]): Promise<number>; export declare function getConcurrentBranchesCount(branches: BranchConfig[]): Promise<number>;