Skip to content

Commit f52349f

Browse files
authored
build: add PR grouping for renovate (#320)
In this commit we add grouping to mend configuration, so it will not open multiple PRs. Signed-off-by: András Felleg <afelleg@gmail.com>
1 parent 1bbf5e1 commit f52349f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["config:recommended"],
3+
"extends": ["config:recommended", "group:all"],
44
"prConcurrentLimit": 4,
55
"reviewers": ["pyrooka", "diatrcz", "Andris28"],
66
"packageRules": [

0 commit comments

Comments
 (0)