mirror of
https://github.com/renovatebot/renovate.git
synced 2024-12-22 13:38:32 +00:00
7 lines
93 B
TypeScript
7 lines
93 B
TypeScript
export const MERGE_CONFIDENCE = [
|
|
'low',
|
|
'neutral',
|
|
'high',
|
|
'very high',
|
|
] as const;
|