renovate
Version:
Automated dependency updates. Flexible so you don't need to be.
15 lines (14 loc) • 544 B
TypeScript
export { extractPackageFile } from './extract';
export { updateArtifacts } from './artifacts';
import type { Category } from '../../../constants';
export { getRangeStrategy } from './range';
export declare const supportsLockFileMaintenance = true;
export declare const url = "https://docs.conan.io";
export declare const categories: Category[];
export declare const defaultConfig: {
managerFilePatterns: string[];
datasource: string;
versioning: string;
enabled: boolean;
};
export declare const supportedDatasources: string[];