UNPKG

renovate

Version:

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

9 lines (8 loc) 604 B
export declare const PLATFORM_HOST_TYPES: readonly ["azure", "bitbucket", "bitbucket-server", "codecommit", "forgejo", "gerrit", "gitea", "github", "gitlab", "local"]; export type PlatformId = (typeof PLATFORM_HOST_TYPES)[number]; export declare const GITEA_API_USING_HOST_TYPES: string[]; export declare const FORGEJO_API_USING_HOST_TYPES: string[]; export declare const GITHUB_API_USING_HOST_TYPES: string[]; export declare const GITLAB_API_USING_HOST_TYPES: string[]; export declare const BITBUCKET_API_USING_HOST_TYPES: string[]; export declare const BITBUCKET_SERVER_API_USING_HOST_TYPES: string[];