UNPKG

renovate

Version:

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

11 lines (10 loc) 411 B
export { extractPackageFile } from './extract'; export { updateArtifacts } from './artifacts'; export { getRangeStrategy } from './range'; export declare const url = "https://gleam.run/documentation"; export declare const defaultConfig: { managerFilePatterns: string[]; versioning: string; }; export declare const supportsLockFileMaintenance = true; export declare const supportedDatasources: string[];