renovate/lib/modules/versioning/ruby/strategies/pin.ts

2 lines
55 B
TypeScript

export default ({ to }: { to: string }): string => to;