Skip to content

Commit 3692f68

Browse files
authored
Update renovate.json
1 parent be88b5b commit 3692f68

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

renovate.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": ["config:base"],
4+
"prConcurrentLimit": 3,
5+
"prHourlyLimit": 1,
6+
"recreateWhen": "auto",
7+
"prCreation": "not-pending",
48
"packageRules": [
59
{
6-
"description": "Accumulate non-major updates into one pull request",
7-
"matchUpdateTypes": ["minor", "patch"],
8-
"matchCurrentVersion": ">=1",
9-
"groupName": "all non-major dependencies",
10-
"groupSlug": "all-minor-patch"
10+
"groupName": "all dependencies",
11+
"matchUpdateTypes": ["minor", "patch"]
1112
}
12-
]
13+
],
14+
"labels": ["dependencies"]
1315
}

0 commit comments

Comments
 (0)