UNPKG

renovate

Version:

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

10 lines (9 loc) 353 B
export { updateArtifacts } from './artifacts'; export { extractPackageFile } from './extract'; export { updateDependency } from './update'; export declare const url = "https://copier.readthedocs.io"; export declare const defaultConfig: { managerFilePatterns: string[]; versioning: string; }; export declare const supportedDatasources: string[];