修复配置

Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
Meng Sen
2024-10-29 18:44:00 +08:00
parent e9dd61a809
commit 06cbbecdb6
21 changed files with 428 additions and 2 deletions

10
.github/renovate.json vendored
View File

@@ -47,9 +47,15 @@
},
{
"matchFileNames": [
"apps/postgresql/pg*/*.yml"
"apps/postgresql/16.*/*.yml"
],
"allowedVersions": "/^pg17*/"
"allowedVersions": "/^16.*/"
},
{
"matchFileNames": [
"apps/postgresql/17.*/*.yml"
],
"allowedVersions": "/^17.*/"
},
{
"matchFileNames": [