renovate
Version:
Automated dependency updates. Flexible so you don't need to be.
12 lines (11 loc) • 466 B
TypeScript
import type { Category } from '../../../constants';
export { extractPackageFile } from './extract';
export { updateArtifacts } from './artifacts';
export { bumpPackageVersion } from './update';
export declare const displayName = "NuGet";
export declare const url = "https://learn.microsoft.com/nuget";
export declare const categories: Category[];
export declare const defaultConfig: {
fileMatch: string[];
};
export declare const supportedDatasources: string[];