We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65bced9 commit ffeea3aCopy full SHA for ffeea3a
.github/renovate.json
@@ -8,24 +8,19 @@
8
":semanticCommits"
9
],
10
"platformAutomerge": true,
11
+ "prHourlyLimit": 5,
12
"packageRules": [
13
{
14
"groupName": "UI5 Web Components",
- "matchSourceUrlPrefixes": [
15
- "https://github.com/SAP/ui5-webcomponents"
16
- ]
+ "matchSourceUrlPrefixes": ["https://github.com/SAP/ui5-webcomponents"]
17
},
18
19
"groupName": "vite & plugins",
20
- "matchPackagePatterns": [
21
- "vite"
22
+ "matchPackagePatterns": ["vite"]
23
24
25
"groupName": "eslint",
26
27
- "eslint"
28
+ "matchPackagePatterns": ["eslint"]
29
}
30
]
31
0 commit comments