renovate
Version:
Automated dependency updates. Flexible so you don't need to be.
17 lines (16 loc) • 608 B
TypeScript
import type { Category } from '../../../constants';
export { updateArtifacts } from './artifacts';
export { extractPackageFile } from './extract';
export { bumpPackageVersion } from './update';
export declare const supportsLockFileMaintenance = true;
export declare const displayName = "Helm v3";
export declare const url = "https://helm.sh/docs";
export declare const categories: Category[];
export declare const defaultConfig: {
registryAliases: {
stable: string;
};
commitMessageTopic: string;
managerFilePatterns: string[];
};
export declare const supportedDatasources: string[];