renovate
Version:
Automated dependency updates. Flexible so you don't need to be.
14 lines (13 loc) • 603 B
TypeScript
import type { Category } from '../../../constants';
export { bumpPackageVersion } from '../pep621/update';
export { extractPackageFile } from './extract';
export { updateArtifacts } from './artifacts';
export { updateLockedDependency } from './update-locked';
export declare const supersedesManagers: string[];
export declare const supportsLockFileMaintenance = true;
export declare const url = "https://python-poetry.org/docs";
export declare const categories: Category[];
export declare const defaultConfig: {
managerFilePatterns: string[];
};
export declare const supportedDatasources: string[];