Skip to content

dependabit / manifest/src / Schedule

Type Alias: Schedule

ts
type Schedule = z.infer<typeof ScheduleSchema>;

Defined in: packages/manifest/src/schema.ts:370

Check schedule (cron-like, compatible with Dependabot syntax).

Released under the MIT License.