From 25c8324126c0a2c0fa723dba5f552e1ad9a6480b Mon Sep 17 00:00:00 2001 From: n0099 Date: Fri, 20 Dec 2024 06:48:04 +0000 Subject: [PATCH] * disable auto update php version as continuation of 9012889868a5c5f7ab79f2c901a597a3f22280f0 @ .github/renovate.json5 --- .github/renovate.json5 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 15af9444..365b6e5c 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -36,8 +36,9 @@ "commitMessagePrefix": "deps(fe): " }, { + "matchCategories": ["php"], "matchPackageNames": ["php"], - "dependencyDashboardApproval": true + "enabled": false } ] }