UNPKG

renovate

Version:

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

14 lines (13 loc) 449 B
import type { Category } from '../../../constants'; export { extractPackageFile } from './extract'; export declare const displayName = "Travis CI"; export declare const url = "https://docs.travis-ci.com"; export declare const categories: Category[]; export declare const defaultConfig: { managerFilePatterns: string[]; major: { enabled: boolean; }; versioning: string; }; export declare const supportedDatasources: string[];