Skip to content

Commit d408d57

Browse files
committed
Add PHP 8.5 support to Renovate configuration
1 parent 42b1703 commit d408d57

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

renovate.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@
3838
"matchCurrentVersion": "/^8\\.4\\./",
3939
"allowedVersions": "/^8\\.4\\./"
4040
},
41+
{
42+
"matchDatasources": ["docker"],
43+
"matchPackageNames": ["php"],
44+
"matchCurrentVersion": "/^8\\.5\\./",
45+
"allowedVersions": "/^8\\.5\\./"
46+
},
4147
{
4248
"matchDatasources": ["docker"],
4349
"matchPackageNames": ["nginx"],

0 commit comments

Comments
 (0)