Skip to content

dependabit / manifest/src / MonitoringRules

Type Alias: MonitoringRules

ts
type MonitoringRules = z.infer<typeof MonitoringRulesSchema>;

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

Per-dependency monitoring rules (check frequency, enable/disable).

Released under the MIT License.