renovate
Version:
Automated dependency updates. Flexible so you don't need to be.
10 lines (9 loc) • 409 B
TypeScript
import type { Category } from '../../../constants';
export { extractPackageFile } from './extract';
export declare const name = "Dev Container";
export declare const url = "https://code.visualstudio.com/docs/devcontainers/containers";
export declare const categories: Category[];
export declare const defaultConfig: {
managerFilePatterns: string[];
};
export declare const supportedDatasources: string[];