Closed robstoll closed 4 years ago
This bug can be reproduced in this test repository: https://github.com/jGleitz/renovate-test-settings-gradle.
From the log, we can see that renovate does not even consider the ch.tutteli:tutteli-gradle-settings
dependency.
:tada: This issue has been resolved in version 19.120.4 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
@rarkins not fixed yet => the PR does not include the dependency update after a change: https://github.com/tegonal/atrium-ktor/pull/26
This release is not yet live in the app
Where can I subscribe for the go-live? Or how long does it usually take for a new release to go live?
Currently the process for rolling the hosted app forward to a new version of Renovate is done in a controlled rather than automated manner. Generally we do it at a time when we can observe for any new warnings or errors or otherwise abnormal behaviour. With 150k+ installed repositories we need to be really careful! As I think you discovered, the job log for each run should include which Renovate version was used, but otherwise we don't yet have any other public indication.
thanks for the details :+1: have a nice day
What Renovate type are you using? GitHub App
Describe the bug There is a new version available for a gradle plugin applied in settings.gradle
Did you see anything helpful in debug logs?
To Reproduce
https://github.com/tegonal/atrium-ktor/blob/master/settings.gradle#L8 https://github.com/tegonal/atrium-ktor/pull/26
Additional context
The problem could be related to #5376, though, renovate does not state that it cannot find
ch.tutteli:tutteli-gradle-settings
so I guess it does not even consider it as candidate.