/** * Allowed update modes for filtering actions. */ export type UpdateMode = 'major' | 'minor' | 'patch'