Skip to content

Commit 7e0280b

Browse files
committed
feat: Migrate 'fileMatch' to 'managerFilePatterns' property
1 parent 054d790 commit 7e0280b

File tree

2 files changed

+36
-36
lines changed

2 files changed

+36
-36
lines changed

default.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"customManagers": [
55
{
66
"customType": "regex",
7-
"fileMatch": [
8-
"ui5\\.ya?ml",
9-
".*-ui5\\.ya?ml",
10-
".*\\.ui5\\.ya?ml",
11-
"ui5-deploy\\.ya?ml",
12-
"ui5-dist\\.ya?ml",
13-
"ui5-local\\.ya?ml",
14-
".*\\.html"
7+
"managerFilePatterns": [
8+
"/ui5\\.ya?ml/",
9+
"/.*-ui5\\.ya?ml/",
10+
"/.*\\.ui5\\.ya?ml/",
11+
"/ui5-deploy\\.ya?ml/",
12+
"/ui5-dist\\.ya?ml/",
13+
"/ui5-local\\.ya?ml/",
14+
"/.*\\.html/"
1515
],
1616
"matchStrings": [
1717
"https:\\/\\/sdk\\.openui5\\.org\\/(?<currentValue>[\\.0-9]+)",
@@ -22,16 +22,16 @@
2222
},
2323
{
2424
"customType": "regex",
25-
"fileMatch": [
26-
"ui5\\.ya?ml",
27-
".*-ui5\\.ya?ml",
28-
".*\\.ui5\\.ya?ml",
29-
"ui5-deploy\\.ya?ml",
30-
"ui5-dist\\.ya?ml",
31-
"ui5-local\\.ya?ml",
32-
".*\\.html",
33-
"manifest.json",
34-
"CommonDataModel.json"
25+
"managerFilePatterns": [
26+
"/ui5\\.ya?ml/",
27+
"/.*-ui5\\.ya?ml/",
28+
"/.*\\.ui5\\.ya?ml/",
29+
"/ui5-deploy\\.ya?ml/",
30+
"/ui5-dist\\.ya?ml/",
31+
"/ui5-local\\.ya?ml/",
32+
"/.*\\.html/",
33+
"/manifest.json/",
34+
"/CommonDataModel.json/"
3535
],
3636
"matchStrings": [
3737
"https:\\/\\/ui5\\.sap\\.com\\/(?<currentValue>[\\.0-9]+)",

lts.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"customManagers": [
55
{
66
"customType": "regex",
7-
"fileMatch": [
8-
"ui5\\.ya?ml",
9-
".*-ui5\\.ya?ml",
10-
".*\\.ui5\\.ya?ml",
11-
"ui5-deploy\\.ya?ml",
12-
"ui5-dist\\.ya?ml",
13-
"ui5-local\\.ya?ml",
14-
".*\\.html"
7+
"managerFilePatterns": [
8+
"/ui5\\.ya?ml/",
9+
"/.*-ui5\\.ya?ml/",
10+
"/.*\\.ui5\\.ya?ml/",
11+
"/ui5-deploy\\.ya?ml/",
12+
"/ui5-dist\\.ya?ml/",
13+
"/ui5-local\\.ya?ml/",
14+
"/.*\\.html/"
1515
],
1616
"matchStrings": [
1717
"https:\\/\\/sdk\\.openui5\\.org\\/(?<currentValue>[\\.0-9]+)",
@@ -22,16 +22,16 @@
2222
},
2323
{
2424
"customType": "regex",
25-
"fileMatch": [
26-
"ui5\\.ya?ml",
27-
".*-ui5\\.ya?ml",
28-
".*\\.ui5\\.ya?ml",
29-
"ui5-deploy\\.ya?ml",
30-
"ui5-dist\\.ya?ml",
31-
"ui5-local\\.ya?ml",
32-
".*\\.html",
33-
"manifest.json",
34-
"CommonDataModel.json"
25+
"managerFilePatterns": [
26+
"/ui5\\.ya?ml/",
27+
"/.*-ui5\\.ya?ml/",
28+
"/.*\\.ui5\\.ya?ml/",
29+
"/ui5-deploy\\.ya?ml/",
30+
"/ui5-dist\\.ya?ml/",
31+
"/ui5-local\\.ya?ml/",
32+
"/.*\\.html/",
33+
"/manifest.json/",
34+
"/CommonDataModel.json/"
3535
],
3636
"matchStrings": [
3737
"https:\\/\\/ui5\\.sap\\.com\\/(?<currentValue>[\\.0-9]+)",

0 commit comments

Comments
 (0)