Skip to content

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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