From d8d36b5b3f670983655bb3f5f0b4641c8c5dc4e6 Mon Sep 17 00:00:00 2001 From: b0o Date: Tue, 9 Jul 2024 21:00:43 +0000 Subject: [PATCH] Update SchemaStore catalog This commit was performed automatically by GitHub Actions. --- lua/schemastore/catalog.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/schemastore/catalog.lua b/lua/schemastore/catalog.lua index ceb306c..b19db0f 100644 --- a/lua/schemastore/catalog.lua +++ b/lua/schemastore/catalog.lua @@ -5262,8 +5262,8 @@ M.json = { name = "Butane Config", url = "https://raw.githubusercontent.com/Relativ-IT/Butane-Schemas/Release/Butane-Schema.json" }, { - description = "Updatecli Compose file", - fileMatch = { "update-compose.yaml" }, + description = "Updatecli Compose file, more information on https://www.updatecli.io/docs/core/compose/", + fileMatch = { "update-compose.yaml", "updatecli-compose.yaml" }, name = "Updatecli Compose", url = "https://www.updatecli.io/schema/latest/compose/config.json" }, {