Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Automatically creates pull requests to your UI5 project whenever a new UI5 versi
Information on the currently used UI5 version is updated in the following files:
- ui5.yaml files
- HTML files
- `manifest.json` and `CommonDataModel.json` files

The UI5 Renovate Preset Config takes into account whether your project uses [OpenUI5](https://sdk.openui5.org/) or [SAPUI5](https://ui5.sap.com/).

Expand Down
7 changes: 5 additions & 2 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,14 @@
"ui5-deploy\\.ya?ml",
"ui5-dist\\.ya?ml",
"ui5-local\\.ya?ml",
".*\\.html"
".*\\.html",
"manifest.json",
"CommonDataModel.json"
],
"matchStrings": [
"https:\\/\\/ui5\\.sap\\.com\\/(?<currentValue>[\\.0-9]+)",
"[\\w\\s\\:\\'\\\"-./@]+SAPUI5[\\w\\s\\:\\'\\\"-./@]+version: \"?(?<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"
Expand Down
7 changes: 5 additions & 2 deletions lts.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,14 @@
"ui5-deploy\\.ya?ml",
"ui5-dist\\.ya?ml",
"ui5-local\\.ya?ml",
".*\\.html"
".*\\.html",
"manifest.json",
"CommonDataModel.json"
],
"matchStrings": [
"https:\\/\\/ui5\\.sap\\.com\\/(?<currentValue>[\\.0-9]+)",
"[\\w\\s\\:\\'\\\"-./@]+SAPUI5[\\w\\s\\:\\'\\\"-./@]+version: \"?(?<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_lts",
"datasourceTemplate": "custom.sapui5_lts"
Expand Down