From 99b4bf6e025eedd387533097c25d43158c533827 Mon Sep 17 00:00:00 2001 From: Marco Ferrari Date: Fri, 15 Nov 2024 09:03:54 +0100 Subject: [PATCH] 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. --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fa24462f..9a18883b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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"