forked from UI5/openui5
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrenovate.json
More file actions
35 lines (35 loc) · 955 Bytes
/
renovate.json
File metadata and controls
35 lines (35 loc) · 955 Bytes
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
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"ignoreDeps": [
"@ui5/tooling-webc",
"@ui5/webcomponents",
"@ui5/webcomponents-base",
"@ui5/webcomponents-fiori",
"@ui5/webcomponents-localization",
"@ui5/webcomponents-icons",
"@ui5/webcomponents-icons-business-suite",
"@ui5/webcomponents-icons-tnt",
"@ui5/webcomponents-theming",
"lit-html"
],
"commitMessagePrefix": "[INTERNAL] Infra:",
"rangeStrategy": "bump",
"reviewers": ["UI5 Foundation"],
"maven": {
"enabled": false
},
"lockFileMaintenance": {
"enabled": true
},
"packageRules": [
{
"matchPackageNames": [
"@ui5/builder",
"@ui5/cli",
"@ui5/project",
"@ui5/server"
],
"groupName": "All UI5 Tooling devDependencies"
}
]
}