From 2c5479408150e376705f36f796edf0ded94188cb Mon Sep 17 00:00:00 2001 From: Meng Sen Date: Wed, 13 Aug 2025 15:34:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=E5=BA=94=E7=94=A8=20PostgreS?= =?UTF-8?q?QL=20PostGIS=20=E6=89=A9=E5=B1=95=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Meng Sen --- .github/renovate.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index d5f3a82f9..455ff3244 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -37,6 +37,18 @@ ], "allowedVersions": "/^pg(12|13|14|15|16)*/" }, + { + "matchFileNames": [ + "apps/postgresql-postgis/16.*/*.yml" + ], + "allowedVersions": "/^16.*/" + }, + { + "matchFileNames": [ + "apps/postgresql-postgis/17.*/*.yml" + ], + "allowedVersions": "/^17.*/" + }, { "matchFileNames": [ "apps/postgresql/16.*/*.yml"