renovate
Version:
Automated dependency updates. Flexible so you don't need to be.
12 lines (11 loc) • 484 B
TypeScript
import type { Category } from '../../../constants';
export { extractPackageFile } from './extract';
export { updateArtifacts } from './artifacts';
export { getRangeStrategy } from './range';
export declare const url = "https://hexdocs.pm/mix/Mix.html";
export declare const categories: Category[];
export declare const defaultConfig: {
managerFilePatterns: string[];
};
export declare const supportsLockFileMaintenance = true;
export declare const supportedDatasources: string[];