repo-updater: add `nameTransformations` in GitLab external service
Created by: unknwon
Add nameTransformations
option to the GitLab external service settings to support list of regex replacements.
Test plan:
- Unit test
- Manual test with local instance
"nameTransformations": [
{
"regex": "\\.d/",
"replacement": "/"
},
{
"regex": "-git$",
"replacement": ""
}
]