diff --git a/default.json b/default.json index 1026eac..82a5092 100644 --- a/default.json +++ b/default.json @@ -4,14 +4,14 @@ "customManagers": [ { "customType": "regex", - "fileMatch": [ - "ui5\\.ya?ml", - ".*-ui5\\.ya?ml", - ".*\\.ui5\\.ya?ml", - "ui5-deploy\\.ya?ml", - "ui5-dist\\.ya?ml", - "ui5-local\\.ya?ml", - ".*\\.html" + "managerFilePatterns": [ + "/ui5\\.ya?ml/", + "/.*-ui5\\.ya?ml/", + "/.*\\.ui5\\.ya?ml/", + "/ui5-deploy\\.ya?ml/", + "/ui5-dist\\.ya?ml/", + "/ui5-local\\.ya?ml/", + "/.*\\.html/" ], "matchStrings": [ "https:\\/\\/sdk\\.openui5\\.org\\/(?[\\.0-9]+)", @@ -22,16 +22,16 @@ }, { "customType": "regex", - "fileMatch": [ - "ui5\\.ya?ml", - ".*-ui5\\.ya?ml", - ".*\\.ui5\\.ya?ml", - "ui5-deploy\\.ya?ml", - "ui5-dist\\.ya?ml", - "ui5-local\\.ya?ml", - ".*\\.html", - "manifest.json", - "CommonDataModel.json" + "managerFilePatterns": [ + "/ui5\\.ya?ml/", + "/.*-ui5\\.ya?ml/", + "/.*\\.ui5\\.ya?ml/", + "/ui5-deploy\\.ya?ml/", + "/ui5-dist\\.ya?ml/", + "/ui5-local\\.ya?ml/", + "/.*\\.html/", + "/manifest.json/", + "/CommonDataModel.json/" ], "matchStrings": [ "https:\\/\\/ui5\\.sap\\.com\\/(?[\\.0-9]+)", diff --git a/lts.json b/lts.json index dec01d7..6be9ff4 100644 --- a/lts.json +++ b/lts.json @@ -4,14 +4,14 @@ "customManagers": [ { "customType": "regex", - "fileMatch": [ - "ui5\\.ya?ml", - ".*-ui5\\.ya?ml", - ".*\\.ui5\\.ya?ml", - "ui5-deploy\\.ya?ml", - "ui5-dist\\.ya?ml", - "ui5-local\\.ya?ml", - ".*\\.html" + "managerFilePatterns": [ + "/ui5\\.ya?ml/", + "/.*-ui5\\.ya?ml/", + "/.*\\.ui5\\.ya?ml/", + "/ui5-deploy\\.ya?ml/", + "/ui5-dist\\.ya?ml/", + "/ui5-local\\.ya?ml/", + "/.*\\.html/" ], "matchStrings": [ "https:\\/\\/sdk\\.openui5\\.org\\/(?[\\.0-9]+)", @@ -22,16 +22,16 @@ }, { "customType": "regex", - "fileMatch": [ - "ui5\\.ya?ml", - ".*-ui5\\.ya?ml", - ".*\\.ui5\\.ya?ml", - "ui5-deploy\\.ya?ml", - "ui5-dist\\.ya?ml", - "ui5-local\\.ya?ml", - ".*\\.html", - "manifest.json", - "CommonDataModel.json" + "managerFilePatterns": [ + "/ui5\\.ya?ml/", + "/.*-ui5\\.ya?ml/", + "/.*\\.ui5\\.ya?ml/", + "/ui5-deploy\\.ya?ml/", + "/ui5-dist\\.ya?ml/", + "/ui5-local\\.ya?ml/", + "/.*\\.html/", + "/manifest.json/", + "/CommonDataModel.json/" ], "matchStrings": [ "https:\\/\\/ui5\\.sap\\.com\\/(?[\\.0-9]+)",