UNPKG

renovate

Version:

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

13 lines 429 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DigestsConfig = exports.ReleasesConfig = void 0; const zod_1 = require("zod"); exports.ReleasesConfig = zod_1.z.object({ packageName: zod_1.z.string(), registryUrl: zod_1.z.string(), }); exports.DigestsConfig = zod_1.z.object({ packageName: zod_1.z.string(), registryUrl: zod_1.z.string(), }); //# sourceMappingURL=schema.js.map