UNPKG

renovate

Version:

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

11 lines (10 loc) 412 B
import type { Category } from '../../../constants'; export { extractAllPackageFiles } from './extract'; export { bumpPackageVersion, updateDependency } from './update'; export declare const url = "https://maven.apache.org"; export declare const categories: Category[]; export declare const defaultConfig: { fileMatch: string[]; versioning: string; }; export declare const supportedDatasources: string[];