UNPKG

renovate

Version:

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

9 lines (8 loc) 409 B
import type { BranchUpgradeConfig } from '../../../../../types'; import { ChangeLogSource } from '../source'; export declare class GitLabChangeLogSource extends ChangeLogSource { constructor(); getAPIBaseUrl(config: BranchUpgradeConfig): string; getCompareURL(baseUrl: string, repository: string, prevHead: string, nextHead: string): string; hasValidRepository(repository: string): boolean; }