Skip to content

Commit c474ddf

Browse files
authored
upsun: allow any name for the config file under the .upsun directory (SchemaStore#4779)
1 parent f1b3773 commit c474ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/json/catalog.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{
66
"name": "Upsun config",
77
"description": "Upsun configuration file",
8-
"fileMatch": ["**/.upsun/config.yml", "**/.upsun/config.yaml"],
8+
"fileMatch": ["**/.upsun/*.yml", "**/.upsun/*.yaml"],
99
"url": "https://raw.githubusercontent.com/platformsh/platformify/refs/heads/main/validator/schema/upsun.json"
1010
},
1111
{

0 commit comments

Comments
 (0)