UNPKG

renovate

Version:

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

14 lines (13 loc) 573 B
import type { Category } from '../../../constants'; export { extractAllPackageFiles } from './extract'; export { updateDependency } from './update'; export { updateArtifacts } from './artifacts'; export declare const supportsLockFileMaintenance = true; export declare const url = "https://docs.gradle.org/current/userguide/getting_started_dep_man.html"; export declare const categories: Category[]; export declare const defaultConfig: { managerFilePatterns: string[]; timeout: number; versioning: string; }; export declare const supportedDatasources: string[];