File tree Expand file tree Collapse file tree 3 files changed +14
-15
lines changed
Expand file tree Collapse file tree 3 files changed +14
-15
lines changed Original file line number Diff line number Diff line change 44version : 2
55updates :
66 - package-ecosystem : docker
7- directory : " fpm"
7+ directories :
8+ - fpm
9+ - apache
810 schedule :
911 interval : " daily"
1012 ignore :
11- - dependency-name : ' *'
12- update-types : ["version-update:semver-major", "version-update:semver-minor"]
13- - package-ecosystem : docker
14- directory : " apache"
15- schedule :
16- interval : " daily"
17- ignore :
18- - dependency-name : ' *'
13+ - dependency-name : " *"
1914 update-types : ["version-update:semver-major", "version-update:semver-minor"]
15+ groups :
16+ php :
17+ patterns :
18+ - " *"
2019 - package-ecosystem : " github-actions"
2120 directory : " /"
2221 schedule :
Original file line number Diff line number Diff line change @@ -126,11 +126,11 @@ ARG UNIQUE_ID_FOR_CACHEFROM=builder
126126# Latest version of Phive: https://api.github.com/repos/phar-io/phive/releases/latest
127127ARG PHIVE_VERSION=0.15.3
128128# Latest version of Composer: https://getcomposer.org/download
129- ARG COMPOSER_VERSION=2.8.3
129+ ARG COMPOSER_VERSION=2.8.4
130130# Latest version of Xdebug: https://github.com/xdebug/xdebug/tags or https://pecl.php.net/package/xdebug
131- ARG XDEBUG_VERSION=3.3.2
131+ ARG XDEBUG_VERSION=3.4.0
132132# Latest version of pcov: https://github.com/krakjoe/pcov/tags or https://pecl.php.net/package/pcov
133- ARG PCOV_VERSION=1.0.11
133+ ARG PCOV_VERSION=1.0.12
134134
135135RUN apt-get update \
136136 && apt-get install --assume-yes --no-install-recommends \
Original file line number Diff line number Diff line change @@ -126,11 +126,11 @@ ARG UNIQUE_ID_FOR_CACHEFROM=builder
126126# Latest version of Phive: https://api.github.com/repos/phar-io/phive/releases/latest
127127ARG PHIVE_VERSION=0.15.3
128128# Latest version of Composer: https://getcomposer.org/download
129- ARG COMPOSER_VERSION=2.8.3
129+ ARG COMPOSER_VERSION=2.8.4
130130# Latest version of Xdebug: https://github.com/xdebug/xdebug/tags or https://pecl.php.net/package/xdebug
131- ARG XDEBUG_VERSION=3.3.2
131+ ARG XDEBUG_VERSION=3.4.0
132132# Latest version of pcov: https://github.com/krakjoe/pcov/tags or https://pecl.php.net/package/pcov
133- ARG PCOV_VERSION=1.0.11
133+ ARG PCOV_VERSION=1.0.12
134134
135135RUN apt-get update \
136136 && apt-get install --assume-yes --no-install-recommends \
You can’t perform that action at this time.
0 commit comments