优化 Elastic

Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
Meng Sen
2025-05-23 10:26:49 +08:00
parent 26af988b6c
commit 8a32863a2a
8 changed files with 116 additions and 0 deletions

12
.github/renovate.json vendored
View File

@@ -234,6 +234,18 @@
"ghcr.io/immich-app/postgres"
],
"enabled": false
},
{
"matchFileNames": [
"apps/elastic*/8.*.*/*.yml"
],
"allowedVersions": "<9.0"
},
{
"matchFileNames": [
"apps/elastic*/9.*.*/*.yml"
],
"allowedVersions": ">=9.0"
}
],
"prCreation": "immediate"