UNPKG

renovate

Version:

Automated dependency updates. Flexible so you don't need to be.

11 lines (10 loc) 424 B
import type { Category } from '../../../constants'; import { updateArtifacts } from './artifacts'; import { extractPackageFile } from './extract'; export { extractPackageFile, updateArtifacts }; export declare const url = "https://bazel.build/docs"; export declare const categories: Category[]; export declare const defaultConfig: { managerFilePatterns: string[]; }; export declare const supportedDatasources: string[];