renovatebot/github-action

Creating a single PR for Monorepo Packages does not seem to work anymore

VILLAN3LL3 opened this issue · 1 comments

Up to now, a single PR was always created by renovate for the HotChocolate packages, which also makes sense because the build often only runs if all packages have the same version. Recently, this no longer seems to work, see screenshots. What could be the reason for this?

My renovate.json file: https://github.com/orso-co/Orso.Arpa.Api/blob/develop/.github/renovate.json
Dependency Dashboard: orso-co/Orso.Arpa.Api#566
grafik
grafik

Example PRs where it still worked correctly
PR Query

The hotchocolate monorepo grouping is based on the source URL: https://github.com/renovatebot/renovate/blob/4f46bbf80eb8b2fd446096b1374866c766f8d108/lib/config/presets/internal/monorepo.ts#L111

If the package changed source URL, it is not a bug - it means that someone needs to contribute the new repo to Renovate's rules.