Sebastian Poxhofer
Sebastian Poxhofer
No disagreement there, my comment has been solely about the implementation method. > I propose that the updateArtifacts() function can return a prBodyNotes value for such cases as a quick...
I like the idea. Regarding caching we should be fine caching the organization settings for an hour.
I would argue https://github.com/renovatebot/renovate/issues/13953 is also somewhat connected to this.
If you only need lock file maintenance, then in fact a simple wrapper of https://github.com/renovatebot/renovate/blob/de140c24ff3d515af2c434fc7e7fde46b4ae59a8/lib/manager/terraform/lockfile/index.ts#L59 should work. This wrapper should only call the Terraform function if `config.updateType === 'lockFileMaintenance'` tough,...
> I don't know if this would fall within the scope of this feature request or if I should open a separate one. > > It would be very helpful...
The `pep621` was designed around that we will eventually migrate `poetry` to a sub processor of it, tough I had not reason yet to tackle this.
Gitlab doesn't have ATM a REST API for that. https://gitlab.com/gitlab-org/gitlab/-/issues/32665 But it is already implemented in the GraphQL API ( https://docs.gitlab.com/ee/api/graphql/reference/index.html#mergerequest & https://docs.gitlab.com/ee/api/graphql/reference/index.html#mergestrategyenum )
Looks like even while the issue above is still unresolved, there is now a new endpoint which allows to add merge requests to merge trains. https://docs.gitlab.com/ee/api/merge_trains/#add-a-merge-request-to-a-merge-train
This feature is about using [`platformAutomerge`](https://docs.renovatebot.com/configuration-options/#platformautomerge) with merge trains
> Has anyone an idea on how to make sure renovate doesn't rebase a MR when the MR is already in queue for a merge train? > > Because currently,...