diff --git a/renovate.json b/renovate.json index 6ed5339e9..f7f1d0d51 100644 --- a/renovate.json +++ b/renovate.json @@ -29,6 +29,14 @@ { "matchFileNames": ["apps/mysql/8.*/*.yml"], "allowedVersions": "/^8.*/" + }, + { + "matchFileNames": ["apps/elasticsearch/7.*/*.yml"], + "allowedVersions": "/^7.*/" + }, + { + "matchFileNames": ["apps/elasticsearch/8.*/*.yml"], + "allowedVersions": "/^8.*/" } ], "prCreation": "immediate"