UNPKG

renovate

Version:

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

12 lines (11 loc) 445 B
import type { Category } from '../../../constants'; export { extractPackageFile } from './extract'; export { updateArtifacts } from './artifacts'; export declare const displayName = "CocoaPods"; export declare const url = "https://cocoapods.org"; export declare const categories: Category[]; export declare const defaultConfig: { managerFilePatterns: string[]; versioning: string; }; export declare const supportedDatasources: string[];