0
0
mirror of https://github.com/renovatebot/renovate.git synced 2024-12-22 13:38:32 +00:00
renovatebot_renovate/lib/util/merge-confidence/common.ts
2023-03-21 07:27:36 +01:00

7 lines
93 B
TypeScript

export const MERGE_CONFIDENCE = [
'low',
'neutral',
'high',
'very high',
] as const;