mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-13 15:36:25 +00:00
368903ab81
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Co-authored-by: Rhys Arkins <rhys@arkins.net>
9 lines
142 B
TypeScript
9 lines
142 B
TypeScript
export type RangeStrategy =
|
|
| 'auto'
|
|
| 'bump'
|
|
| 'future'
|
|
| 'pin'
|
|
| 'replace'
|
|
| 'update-lockfile'
|
|
| 'in-range-only'
|
|
| 'widen';
|