|
1156 | 1156 | { |
1157 | 1157 | "name": "dbt Dependencies", |
1158 | 1158 | "description": "dbt's dependencies.yml file for external packages and cross-project refs", |
1159 | | - "fileMatch": ["**/*dbt*/dependencies.{yaml,yml}"], |
| 1159 | + "fileMatch": ["**/*dbt*/dependencies.yaml", "**/*dbt*/dependencies.yml"], |
1160 | 1160 | "url": "https://raw.githubusercontent.com/dbt-labs/dbt-jsonschema/main/schemas/latest/dependencies-latest.json" |
1161 | 1161 | }, |
1162 | 1162 | { |
1163 | 1163 | "name": "dbt Project", |
1164 | 1164 | "description": "dbt's project configuration file", |
1165 | | - "fileMatch": ["dbt_project.{yaml,yml}"], |
| 1165 | + "fileMatch": ["dbt_project.yaml", "dbt_project.yml"], |
1166 | 1166 | "url": "https://raw.githubusercontent.com/dbt-labs/dbt-jsonschema/main/schemas/latest/dbt_project-latest.json" |
1167 | 1167 | }, |
1168 | 1168 | { |
1169 | 1169 | "name": "dbt Packages", |
1170 | 1170 | "description": "dbt's packages.yml file for external packages", |
1171 | | - "fileMatch": ["**/*dbt*/packages.{yaml,yml}"], |
| 1171 | + "fileMatch": ["**/*dbt*/packages.yaml", "**/*dbt*/packages.yml"], |
1172 | 1172 | "url": "https://raw.githubusercontent.com/dbt-labs/dbt-jsonschema/main/schemas/latest/packages-latest.json" |
1173 | 1173 | }, |
1174 | 1174 | { |
1175 | 1175 | "name": "dbt Selectors", |
1176 | 1176 | "description": "dbt's selectors.yml file for configuring YAML selectors", |
1177 | | - "fileMatch": ["**/*dbt*/selectors.{yaml,yml}"], |
| 1177 | + "fileMatch": ["**/*dbt*/selectors.yaml", "**/*dbt*/selectors.yml"], |
1178 | 1178 | "url": "https://raw.githubusercontent.com/dbt-labs/dbt-jsonschema/main/schemas/latest/selectors-latest.json" |
1179 | 1179 | }, |
1180 | 1180 | { |
1181 | 1181 | "name": "dbt YAML files", |
1182 | 1182 | "description": "dbt YAML files configurations", |
1183 | | - "fileMatch": ["**/*dbt*/{macros,models,seeds,snapshots}/**/*.{yaml,yml}"], |
| 1183 | + "fileMatch": [ |
| 1184 | + "**/*dbt*/macros/**/*.yaml", |
| 1185 | + "**/*dbt*/macros/**/*.yml", |
| 1186 | + "**/*dbt*/models/**/*.yaml", |
| 1187 | + "**/*dbt*/models/**/*.yml", |
| 1188 | + "**/*dbt*/seeds/**/*.yaml", |
| 1189 | + "**/*dbt*/seeds/**/*.yml", |
| 1190 | + "**/*dbt*/snapshots/**/*.yaml", |
| 1191 | + "**/*dbt*/snapshots/**/*.yml" |
| 1192 | + ], |
1184 | 1193 | "url": "https://raw.githubusercontent.com/dbt-labs/dbt-jsonschema/main/schemas/latest/dbt_yml_files-latest.json" |
1185 | 1194 | }, |
1186 | 1195 | { |
|
6179 | 6188 | "name": "Windows Package Manager Locale Manifest", |
6180 | 6189 | "description": "Windows Package Manager Locale Manifest file, used for detailing locale specific metadata", |
6181 | 6190 | "fileMatch": [ |
6182 | | - "**/manifests/?/*/*/*/*.*.locale.{en-US,fr-FR,it-IT,ja-JP,ko-KR,pt-BR,ru-RU,zh-CN,zh-TW}.yaml" |
| 6191 | + "**/manifests/?/*/*/*/*.*.locale.en-US.yaml", |
| 6192 | + "**/manifests/?/*/*/*/*.*.locale.fr-FR.yaml", |
| 6193 | + "**/manifests/?/*/*/*/*.*.locale.it-IT.yaml", |
| 6194 | + "**/manifests/?/*/*/*/*.*.locale.ja-JP.yaml", |
| 6195 | + "**/manifests/?/*/*/*/*.*.locale.ko-KR.yaml", |
| 6196 | + "**/manifests/?/*/*/*/*.*.locale.pt-BR.yaml", |
| 6197 | + "**/manifests/?/*/*/*/*.*.locale.ru-RU.yaml", |
| 6198 | + "**/manifests/?/*/*/*/*.*.locale.zh-CN.yaml", |
| 6199 | + "**/manifests/?/*/*/*/*.*.locale.zh-TW.yaml" |
6183 | 6200 | ], |
6184 | 6201 | "url": "https://json.schemastore.org/winget-pkgs-locale-1.0.0.json" |
6185 | 6202 | }, |
|
7831 | 7848 | { |
7832 | 7849 | "name": "Open Know-How", |
7833 | 7850 | "description": "Open Source Hardware project metadata", |
7834 | | - "fileMatch": ["?(*.)okh.{json,toml,yml,yaml}"], |
| 7851 | + "fileMatch": [ |
| 7852 | + "okh.json", |
| 7853 | + "okh.toml", |
| 7854 | + "okh.yaml", |
| 7855 | + "okh.yml", |
| 7856 | + "*.okh.json", |
| 7857 | + "*.okh.toml", |
| 7858 | + "*.okh.yaml", |
| 7859 | + "*.okh.yml" |
| 7860 | + ], |
7835 | 7861 | "url": "https://json.schemastore.org/okh.json" |
7836 | 7862 | }, |
7837 | 7863 | { |
|
0 commit comments