UNPKG

renovate

Version:

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

13 lines (12 loc) 510 B
import type { Category } from '../../../constants'; export { updateArtifacts } from './artifacts'; export { extractPackageFile } from './extract'; export declare const supportsLockFileMaintenance = true; export declare const displayName = "pub"; export declare const url = "https://dart.dev/tools/pub/packages"; export declare const categories: Category[]; export declare const defaultConfig: { managerFilePatterns: string[]; versioning: string; }; export declare const supportedDatasources: string[];