renovate
Version:
Automated dependency updates. Flexible so you don't need to be.
10 lines (9 loc) • 416 B
TypeScript
import type { Category } from '../../../constants';
import type { PackageFileContent } from '../types';
export declare const url = "https://cakebuild.net/docs";
export declare const categories: Category[];
export declare const defaultConfig: {
managerFilePatterns: string[];
};
export declare const supportedDatasources: string[];
export declare function extractPackageFile(content: string): PackageFileContent;