UNPKG

renovate

Version:

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

4 lines (3 loc) 256 B
import type { UpdateArtifactsConfig } from '../types'; export declare function getPythonVersionConstraint(config: UpdateArtifactsConfig): string | undefined | null; export declare function getCopierVersionConstraint(config: UpdateArtifactsConfig): string;