chore: move base image to a dedicated group (#6351)

Move the python base image to a dedicated dependency group because some
Python wheels might not be available for newer Python versions yet. This
will avoid blocking python dependency updates waiting for wheels to be
rebuilt for a given python version.
This commit is contained in:
Marco Ferrari 2024-11-15 09:03:54 +01:00 committed by GitHub
parent 1f55d98b0b
commit 99b4bf6e02
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -117,6 +117,12 @@ updates:
- dart
- powershell
- composer/composer
docker-base-images:
applies-to: version-updates
patterns:
# Move the base image to a dedicated group to avoid blocking other
# dependencies in the case of wheel not being available for more
# recent Python version
- python
- package-ecosystem: "pip"