zharinov edited a comment on pull request #1372: URL: https://github.com/apache/fineract/pull/1372#issuecomment-706520423
I haven't found this dependency in Gradle extraction report, so not sure it can be fixed easily at manager level. But here is [quick config-level fix](https://github.com/zharinov/fineract/blob/develop/renovate.json#L14) that can help: ``` "regexManagers": [ { "fileMatch": ["\\.gradle(\\.kts)?$"], "matchStrings": ["[\\s\\n{](mavenBom)\\s*['\"](?<depName>[a-zA-Z][-_a-zA-Z0-9.]*?:[a-zA-Z][-_a-zA-Z0-9.]*?):(?<currentValue>[a-zA-Z0-9][-.a-zA-Z0-9]*?)['\"]"], "datasourceTemplate": "maven", "versioningTemplate": "gradle" } ] ``` Note `mavenBom` regex group: it can be extended for another words having similar problems. Also here is [example PR](https://github.com/zharinov/fineract/pull/1). ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
