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
Renovate 42 changed the behavior of
minimumReleaseAge: renovatebot/renovate#39133Now this feature requires a release timestamp by default.
The
git-submodulesmanager uses thegit-refsdata source, which does not provide a release timestamp.This results in a pending
renovate/stability-dayscheck which never completes:Perhaps we should do one of the following:
minimumReleaseAgefor specific managers / data sourcesminimumReleaseAgeforgit-submodulesminimumReleaseAgeBehaviour=timestamp-optionalfor specific managers / data sources