This website requires JavaScript.
Explore
Sign In
mirror
/
renovate
mirror of
https://github.com/renovatebot/renovate
Watch
2
Star
0
Fork
You've already forked renovate
0
Code
Releases
Activity
main
renovate
/
lib
/
util
/
merge-confidence
/
common.ts
7 lines
93 B
TypeScript
Raw
Permalink
Blame
History
export
const
MERGE_CONFIDENCE
=
[
'low'
,
'neutral'
,
'high'
,
'very high'
,
]
as
const
;
View Git Blame
Copy Permalink