Skip to content

Fix regex escape

João Alexandre Cunha requested to merge double-escape-regex-fix into main

Context: !888 (comment 1993763506)

We introduced a replace depName mechanism which didn't get detected. We believe there's a mistake in our regex. Namely, looking into examples from the docs replace usage, it seems we need to double escape: https://docs.renovatebot.com/configuration-options/#replacementnametemplate

Edited by João Alexandre Cunha

Merge request reports