UNPKG

renovate

Version:

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

9 lines (8 loc) 290 B
export { extractPackageFile } from './extract'; export { updateDependency } from './update'; export declare const url = "https://brew.sh"; export declare const defaultConfig: { commitMessageTopic: string; fileMatch: string[]; }; export declare const supportedDatasources: string[];