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"