diff --git a/lib/types/skip-reason.ts b/lib/types/skip-reason.ts index 1a864dcf363..7c26683d1b4 100644 --- a/lib/types/skip-reason.ts +++ b/lib/types/skip-reason.ts @@ -69,4 +69,8 @@ export type StageName = | 'pre-lookup' | 'source-url' | 'update-type' - | 'update-type-merge'; + | 'update-type-merge' + /** + * The update was skipped during one of the Enrichment modules. + */ + | 'enrichment';