The Julia Compathelper creates a seperate PR for each Project.toml found in the Project. This can lead to situations where none of the PRs pass the CI tests, because one, updated project toml forces a new version of a package while the other, unchanged project toml forces an old version. This happend e.g. with #96 and #97.
The two PRs must be grouped into one, so which was manually done for #96.
The Julia Compathelper creates a seperate PR for each Project.toml found in the Project. This can lead to situations where none of the PRs pass the CI tests, because one, updated project toml forces a new version of a package while the other, unchanged project toml forces an old version. This happend e.g. with #96 and #97.
The two PRs must be grouped into one, so which was manually done for #96.