UNPKG

renovate

Version:

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

12 lines (11 loc) 477 B
import type { Category } from '../../../constants'; export { updateArtifacts } from './artifacts'; export { extractPackageFile } from './extract'; export declare const supportsLockFileMaintenance = true; export declare const url = "https://terragrunt.gruntwork.io/docs"; export declare const categories: Category[]; export declare const defaultConfig: { commitMessageTopic: string; managerFilePatterns: string[]; }; export declare const supportedDatasources: string[];