UNPKG

renovate

Version:

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

14 lines (13 loc) 517 B
import type { Category } from '../../../constants'; export { extractPackageFile } from './extract'; export declare const displayName = "Helm v2 Chart Dependencies"; export declare const url = "https://v2.helm.sh/docs/developing_charts/#chart-dependencies"; export declare const categories: Category[]; export declare const defaultConfig: { registryAliases: { stable: string; }; commitMessageTopic: string; managerFilePatterns: string[]; }; export declare const supportedDatasources: string[];