UNPKG

renovate

Version:

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

5 lines (4 loc) 363 B
import type { GithubHttp } from '../../http/github'; import type { GithubPackageConfig, GithubReleaseItem, GithubTagItem } from './types'; export declare function queryTags(config: GithubPackageConfig, http: GithubHttp): Promise<GithubTagItem[]>; export declare function queryReleases(config: GithubPackageConfig, http: GithubHttp): Promise<GithubReleaseItem[]>;