UNPKG

renovate

Version:

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

13 lines (12 loc) 495 B
import type { Category } from '../../../constants'; export { extractPackageFile } from './extract'; export { getRangeStrategy } from './range'; export declare const displayName = "Swift Package Manager"; export declare const url = "https://www.swift.org/package-manager"; export declare const categories: Category[]; export declare const defaultConfig: { managerFilePatterns: string[]; versioning: string; pinDigests: boolean; }; export declare const supportedDatasources: string[];