mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-21 13:41:19 -05:00
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:
parent
1f55d98b0b
commit
99b4bf6e02
1 changed files with 6 additions and 0 deletions
6
.github/dependabot.yml
vendored
6
.github/dependabot.yml
vendored
|
@ -117,6 +117,12 @@ updates:
|
||||||
- dart
|
- dart
|
||||||
- powershell
|
- powershell
|
||||||
- composer/composer
|
- 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
|
- python
|
||||||
|
|
||||||
- package-ecosystem: "pip"
|
- package-ecosystem: "pip"
|
||||||
|
|
Loading…
Reference in a new issue