renovate
Version:
Automated dependency updates. Flexible so you don't need to be.
15 lines (14 loc) • 526 B
TypeScript
import type { Category } from '../../../constants';
export { extractPackageFile } from './extract';
export { updateArtifacts } from './artifacts';
export declare const supportsLockFileMaintenance = true;
export declare const url = "https://helmfile.readthedocs.io";
export declare const categories: Category[];
export declare const defaultConfig: {
registryAliases: {
stable: string;
};
commitMessageTopic: string;
managerFilePatterns: string[];
};
export declare const supportedDatasources: string[];