From faced02e04821a9044dc60b838bd60c02899db5f Mon Sep 17 00:00:00 2001 From: pooneyy <85266337+pooneyy@users.noreply.github.com> Date: Sun, 24 Aug 2025 16:00:09 +0800 Subject: [PATCH] Update renovate.json: Add version rules for postgresql-postgis 16 and 17 --- renovate.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/renovate.json b/renovate.json index 922cb4812..0140b5099 100644 --- a/renovate.json +++ b/renovate.json @@ -193,6 +193,18 @@ ], "allowedVersions": "/^8.4.*/" }, + { + "matchFileNames": [ + "apps/postgresql-postgis/16-*/*.yml" + ], + "allowedVersions": "/^16-*/" + }, + { + "matchFileNames": [ + "apps/postgresql-postgis/17-*/*.yml" + ], + "allowedVersions": "/^17-*/" + }, { "matchFileNames": [ "apps/safeline/8.*.*/*.yml"