mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-14 08:36:26 +00:00
6 lines
125 B
TypeScript
6 lines
125 B
TypeScript
import { z } from 'zod';
|
|
|
|
export const ReleasesConfig = z.object({
|
|
packageName: z.string(),
|
|
registryUrl: z.string(),
|
|
});
|