RahulGautamSingh commented on code in PR #1891: URL: https://github.com/apache/polaris/pull/1891#discussion_r2207434680
########## .github/renovate.json5: ########## @@ -30,7 +30,10 @@ // Added for posterity how to let Renovate manage version-branches, assuming that release branches // have the `release/` prefix. - baseBranches: ["main"], + baseBranches: [ + "main", + "/^release\\/1[.].*", Review Comment: https://github.com/uhop/node-re2/?tab=readme-ov-file#backreferences Renovate uses re2 internally, which doesn't support backreferences. Maybe that's the issue here. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
