generated from UI5/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.json
More file actions
45 lines (45 loc) · 1.74 KB
/
default.json
File metadata and controls
45 lines (45 loc) · 1.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>ui5/renovate-config:datasources"],
"customManagers": [
{
"customType": "regex",
"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\\/(?<currentValue>[\\.0-9]+)",
"[\\w\\s\\:\\'\\\"-./@]+OpenUI5[\\w\\s\\:\\'\\\"-./@]+version: \"?(?<currentValue>[\\.0-9]+)\"?"
],
"depNameTemplate": "openui5",
"datasourceTemplate": "custom.openui5"
},
{
"customType": "regex",
"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\\/(?<currentValue>[\\.0-9]+)",
"[\\w\\s\\:\\'\\\"-./@]+SAPUI5[\\w\\s\\:\\'\\\"-./@]+version: \"?(?<currentValue>[\\.0-9]+)\"?",
"\\\"(sap\\.platform\\.cf|sap\\.cloud\\.portal)\\\":[\\w\\s\\:\\'\\\"{?,@\\[\\]_\\.]*\\\"ui5VersionNumber\\\":[\\s]*\\\"(?<currentValue>[\\.0-9]+)"
],
"depNameTemplate": "sapui5",
"datasourceTemplate": "custom.sapui5"
}
]
}