1
0
Fork 0

Update renovate.json: Add version rules for postgresql-postgis 16 and 17

This commit is contained in:
pooneyy 2025-08-24 16:00:09 +08:00
parent 7820de1995
commit faced02e04
No known key found for this signature in database
1 changed files with 12 additions and 0 deletions

View File

@ -193,6 +193,18 @@
], ],
"allowedVersions": "/^8.4.*/" "allowedVersions": "/^8.4.*/"
}, },
{
"matchFileNames": [
"apps/postgresql-postgis/16-*/*.yml"
],
"allowedVersions": "/^16-*/"
},
{
"matchFileNames": [
"apps/postgresql-postgis/17-*/*.yml"
],
"allowedVersions": "/^17-*/"
},
{ {
"matchFileNames": [ "matchFileNames": [
"apps/safeline/8.*.*/*.yml" "apps/safeline/8.*.*/*.yml"