Creating a single PR for Monorepo Packages does not seem to work anymore #694
-
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 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
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. |
Beta Was this translation helpful? Give feedback.
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.