UNPKG

renovate

Version:

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

3 lines (2 loc) 240 B
import type { RenovateConfig, ValidationResult } from './types'; export declare function validateConfig(configType: 'global' | 'inherit' | 'repo', config: RenovateConfig, isPreset?: boolean, parentPath?: string): Promise<ValidationResult>;