Use filenamePatterns in seti update script. Fixes #131650

This commit is contained in:
Martin Aeschlimann
2021-08-31 18:13:18 +02:00
parent 2b0b4032a3
commit 554182620f
3 changed files with 92 additions and 74 deletions

View File

@@ -1791,10 +1791,6 @@
"workspace.bazel": "_bazel",
"bower.json": "_bower",
"docker-healthcheck": "_docker_2",
"docker-compose.yml": "_docker_3",
"docker-compose.yaml": "_docker_3",
"docker-compose.override.yml": "_docker_3",
"docker-compose.override.yaml": "_docker_3",
"firebase.json": "_firebase",
"geckodriver": "_firefox",
"gruntfile.js": "_grunt",
@@ -1878,6 +1874,7 @@
"typescript": "_typescript",
"typescriptreact": "_typescript",
"xml": "_xml",
"dockercompose": "_docker_3",
"yaml": "_yml",
"argdown": "_argdown",
"bicep": "_bicep",
@@ -2189,6 +2186,7 @@
"typescript": "_typescript_light",
"typescriptreact": "_typescript_light",
"xml": "_xml_light",
"dockercompose": "_docker_3_light",
"yaml": "_yml_light",
"argdown": "_argdown_light",
"bicep": "_bicep_light",
@@ -2241,10 +2239,6 @@
"workspace.bazel": "_bazel_light",
"bower.json": "_bower_light",
"docker-healthcheck": "_docker_2_light",
"docker-compose.yml": "_docker_3_light",
"docker-compose.yaml": "_docker_3_light",
"docker-compose.override.yml": "_docker_3_light",
"docker-compose.override.yaml": "_docker_3_light",
"firebase.json": "_firebase_light",
"geckodriver": "_firefox_light",
"gruntfile.js": "_grunt_light",