renovate
Version:
Automated dependency updates. Flexible so you don't need to be.
9 lines (8 loc) • 365 B
TypeScript
import type { Category } from '../../../constants';
export { extractPackageFile } from './extract';
export declare const url = "https://kotlinlang.org/docs/custom-script-deps-tutorial.html";
export declare const categories: Category[];
export declare const defaultConfig: {
managerFilePatterns: string[];
};
export declare const supportedDatasources: string[];