Renovate 42 changed the behavior of minimumReleaseAge: renovatebot/renovate#39133
Now this feature requires a release timestamp by default.
The git-submodules manager uses the git-refs data source, which does not provide a release timestamp.
This results in a pending renovate/stability-days check which never completes:
Perhaps we should do one of the following:
- Only set
minimumReleaseAge for specific managers / data sources
- Disable
minimumReleaseAge for git-submodules
- Set
minimumReleaseAgeBehaviour=timestamp-optional for specific managers / data sources