Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.github: dependabot: Group pydantic updates together
Pydantic regularly blocks our scheduled monthly scheduled version updates to be merged comfortably as the core backend library isn't released at the same time as the API library that consumes it. Worse even, there is a hard version dependency between pydantic and pydantic-core causing an update to the latter block the former from simply accepting anything newer: The conflict is caused by: The user requested pydantic-core==2.23.1 pydantic 2.8.2 depends on pydantic-core==2.20.1 Fix this by excluding pydantic from the bigger group update and group pydantic updates in its own group which can be left sitting as a dependabot PR until both versions match which will cause an auto update of the PR and hence ultimately passing our CI. Signed-off-by: Erik Skultety <eskultet@redhat.com>
- Loading branch information