You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's possible we don't correctly interpret the system hook we receive when we're added to the group, therefore so an onboarding PR is not generated immediately. However you should see the scheduler pick them up on its next run. The scheduler (defaults to running every hour) calls the endpoint projects?membership=true&per_page=100&min_access_level=30 which I believe should also retrieve all those groups.
Hey @rarkins, that's correct. The scheduler works fine, but this might take up to an hour. It would be great if the webhook could already gather all newly added repositories to make the onboarding more instant.
We have groups with a lot of repositories which should all use Renovate.
Adding the renovate-bot user to the group doesn't trigger enqueue for all (sub)group repositories.
This probably needs a lookup for all projects a group has which can easily be done through this Gitlab API -> https://docs.gitlab.com/ee/api/groups.html#list-a-groups-projects
The text was updated successfully, but these errors were encountered: