mirror of
https://github.com/renovatebot/renovate.git
synced 2025-02-28 18:44:03 +00:00
3 lines
102 B
TypeScript
3 lines
102 B
TypeScript
export function getReconfigureBranchName(prefix: string): string {
|
|
return `${prefix}reconfigure`;
|
|
}
|