renovate
Version:
Automated dependency updates. Flexible so you don't need to be.
12 lines (11 loc) • 476 B
TypeScript
import type { Category } from '../../../constants';
import { extractPackageFile } from './extract';
export { getRangeStrategy } from './range';
export { extractPackageFile };
export declare const displayName = "CircleCI";
export declare const url = "https://circleci.com/docs/configuration-reference";
export declare const categories: Category[];
export declare const defaultConfig: {
managerFilePatterns: string[];
};
export declare const supportedDatasources: string[];