UNPKG

renovate

Version:

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

13 lines (12 loc) 430 B
export { extractPackageFile } from './extract'; import type { Category } from '../../../constants'; export { getRangeStrategy } from './range'; export declare const url = "https://docs.conan.io"; export declare const categories: Category[]; export declare const defaultConfig: { fileMatch: string[]; datasource: string; versioning: string; enabled: boolean; }; export declare const supportedDatasources: string[];