Skip to content

Commit ffeea3a

Browse files
committed
chore(renovate): increase hourly pr limit to 5
1 parent 65bced9 commit ffeea3a

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.github/renovate.json

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,19 @@
88
":semanticCommits"
99
],
1010
"platformAutomerge": true,
11+
"prHourlyLimit": 5,
1112
"packageRules": [
1213
{
1314
"groupName": "UI5 Web Components",
14-
"matchSourceUrlPrefixes": [
15-
"https://github.com/SAP/ui5-webcomponents"
16-
]
15+
"matchSourceUrlPrefixes": ["https://github.com/SAP/ui5-webcomponents"]
1716
},
1817
{
1918
"groupName": "vite & plugins",
20-
"matchPackagePatterns": [
21-
"vite"
22-
]
19+
"matchPackagePatterns": ["vite"]
2320
},
2421
{
2522
"groupName": "eslint",
26-
"matchPackagePatterns": [
27-
"eslint"
28-
]
23+
"matchPackagePatterns": ["eslint"]
2924
}
3025
]
3126
}

0 commit comments

Comments
 (0)