-
Notifications
You must be signed in to change notification settings - Fork 2
/
default.json
123 lines (123 loc) · 2.78 KB
/
default.json
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"description": "Default preset for use with the Element Web stack of projects",
"extends": [
"config:base",
"packages:react",
"packages:linters",
"packages:postcss",
"packages:jsUnitTest",
"group:allNonMajor",
"group:definitelyTyped",
"group:monorepos",
"group:recommended",
"npm:unpublishSafe",
"helpers:disableTypesNodeMajor",
":dependencyDashboardApproval"
],
"labels": ["T-Task", "Dependencies"],
"semanticCommits": "disabled",
"lockFileMaintenance": { "enabled": false },
"packageRules": [{
"matchFiles": ["package.json"],
"rangeStrategy": "update-lockfile"
}, {
"groupName": "electron",
"matchDepNames": "/electron/"
}, {
"groupName": "playwright",
"matchDepNames": "/playwright/"
}, {
"groupName": "css",
"matchDepNames": [
"@types/css-font-loading-module{/,}**",
"mini-css-extract-plugin{/,}**",
"postcss{/,}**"
]
}, {
"groupName": "react-types",
"matchDepNames": [
"@types/react{/,}**"
]
}, {
"groupName": "jest",
"matchDepNames": [
"jest{/,}**",
"@types/jest",
"babel-jest",
"@casualbot/jest-sonar-reporter"
]
}, {
"groupName": "linkify",
"matchDepNames": [
"linkify{/,}**"
]
}, {
"groupName": "stylelint",
"matchDepNames": [
"stylelint{/,}**"
]
}, {
"groupName": "electron-builder",
"matchDepNames": [
"electron-builder",
"electron-builder-squirrel-windows",
"app-builder-lib"
]
}, {
"groupName": "axe",
"matchDepNames": [
"axe-core"
]
}, {
"groupName": "docker",
"matchDepNames": [
"docker{/,}**"
]
}, {
"groupName": "vector-im",
"matchDepNames": [
"@vector-im/{/,}**"
]
}, {
"groupName": "matrix-org",
"matchDepNames": [
"@matrix-org/{/,}**",
"matrix-{/,}**"
]
}, {
"groupName": "matrix-events-sdk",
"matchDepNames": [
"matrix-events-sdk"
]
}, {
"groupName": "typedoc",
"matchDepNames": [
"typedoc{/,}**"
]
}, {
"groupName": "typescript",
"matchDepNames": [
"typescript"
]
}, {
"groupName": "resolutions",
"matchDepNames": [
"@floating-ui/react"
]
}, {
"groupName": "browserslist",
"matchDepNames": [
"browserslist",
"caniuse-lite"
]
}],
"platformAutomerge": true,
"automerge": true,
"automergeType": "pr",
"configMigration": true,
"dependencyDashboard": true,
"rebaseWhen": "conflicted",
"prConcurrentLimit": 5,
"draftPR": true
}