UNPKG

renovate

Version:

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

11 lines (10 loc) 441 B
import type { Category } from '../../../constants'; export { extractPackageFile } from './extract'; export { updateArtifacts } from './artifacts'; export declare const supportsLockFileMaintenance = true; export declare const url = "https://pipenv.pypa.io/en/latest"; export declare const categories: Category[]; export declare const defaultConfig: { managerFilePatterns: string[]; }; export declare const supportedDatasources: string[];