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
/
workers
/
repository
/
reconfigure
/
utils.ts
4 lines
102 B
TypeScript
Raw
Permalink
Blame
History
export
function
getReconfigureBranchName
(
prefix
:
string
)
:
string
{
return
`
${
prefix
}
reconfigure
`
;
}
View Git Blame
Copy Permalink