renovate
Version:
Automated dependency updates. Flexible so you don't need to be.
17 lines (16 loc) • 693 B
TypeScript
import type { Category } from '../../../constants';
import { updateArtifacts } from './artifacts';
import { extractPackageFile } from './extract';
export { bumpPackageVersion } from './update';
export { getRangeStrategy } from './range';
export { updateLockedDependency } from './update-locked';
export declare const supportsLockFileMaintenance = true;
export { extractPackageFile, updateArtifacts };
export declare const url = "https://doc.rust-lang.org/cargo";
export declare const categories: Category[];
export declare const defaultConfig: {
commitMessageTopic: string;
managerFilePatterns: string[];
versioning: string;
};
export declare const supportedDatasources: string[];