From 24911d591ec2dfe08a15c23ce3cf08415a5c83dd Mon Sep 17 00:00:00 2001 From: pooneyy <85266337+pooneyy@users.noreply.github.com> Date: Mon, 19 Jan 2026 03:26:07 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore(renovate):=20restructure?= =?UTF-8?q?=20php=20version=20pinning=20rules?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - add new package-specific rules to pin `ghcr.io/pooneyy/php` images by major.minor version (7.4, 8.1, 8.2, 8.3, 8.4, 8.5) - remove old file-specific pinning rules for `apps/php-unofficial` directories (7.4.*, 8.1.*, 8.4.*) - consolidate php version management to a package-based approach --- renovate.json | 51 ++++++++++++++++++++++++++++++--------------------- 1 file changed, 30 insertions(+), 21 deletions(-) diff --git a/renovate.json b/renovate.json index 52ee20afa..0e848299c 100644 --- a/renovate.json +++ b/renovate.json @@ -101,6 +101,36 @@ "matchPackageNames": ["gitlab/gitlab**"], "groupName": "GitLab" }, + { + "matchPackageNames": ["ghcr.io/pooneyy/php", "php"], + "matchCurrentVersion": "/^(7.4[^\\s]*)/", + "allowedVersions": "/^(7.4[^\\s]*)/" + }, + { + "matchPackageNames": ["ghcr.io/pooneyy/php"], + "matchCurrentVersion": "/^(8.1[^\\s]*)/", + "allowedVersions": "/^(8.1[^\\s]*)/" + }, + { + "matchPackageNames": ["ghcr.io/pooneyy/php"], + "matchCurrentVersion": "/^(8.2[^\\s]*)/", + "allowedVersions": "/^(8.2[^\\s]*)/" + }, + { + "matchPackageNames": ["ghcr.io/pooneyy/php"], + "matchCurrentVersion": "/^(8.3[^\\s]*)/", + "allowedVersions": "/^(8.3[^\\s]*)/" + }, + { + "matchPackageNames": ["ghcr.io/pooneyy/php"], + "matchCurrentVersion": "/^(8.4[^\\s]*)/", + "allowedVersions": "/^(8.4[^\\s]*)/" + }, + { + "matchPackageNames": ["ghcr.io/pooneyy/php"], + "matchCurrentVersion": "/^(8.5[^\\s]*)/", + "allowedVersions": "/^(8.5[^\\s]*)/" + }, { "matchPackageNames": ["tdengine/tsdb**"], "groupName": "TDengine" @@ -266,27 +296,6 @@ ], "allowedVersions": "/^8.*.*/" }, - { - "matchFileNames": [ - "apps/php-unofficial/7.4.*/*.yml", - "apps/php-unofficial/7.4.*/Dockerfile" - ], - "allowedVersions": "/^7.4.*/" - }, - { - "matchFileNames": [ - "apps/php-unofficial/8.1.*/*.yml", - "apps/php-unofficial/8.1.*/Dockerfile" - ], - "allowedVersions": "/^8.1.*/" - }, - { - "matchFileNames": [ - "apps/php-unofficial/8.4.*/*.yml", - "apps/php-unofficial/8.4.*/Dockerfile" - ], - "allowedVersions": "/^8.4.*/" - }, { "matchFileNames": [ "apps/reader/2.7.*/*.yml"