UNPKG

renovate

Version:

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

12 lines (11 loc) 270 B
import type { HostRule } from '../../../types'; export interface ChartDefinition { dependencies: Repository[]; } export interface Repository { name: string; repository: string; } export interface RepositoryRule extends Repository { hostRule: HostRule; }