mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-15 09:06:25 +00:00
8 lines
122 B
TypeScript
8 lines
122 B
TypeScript
export type RangeStrategy =
|
|
| 'auto'
|
|
| 'bump'
|
|
| 'future'
|
|
| 'pin'
|
|
| 'replace'
|
|
| 'update-lockfile'
|
|
| 'widen';
|