Skip to content

minimumReleaseAge configuration in recommended.json interferes with Git submodules #6

@bkeryan

Description

@bkeryan

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:

Image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions