Skip to content

Commit 699a0e6

Browse files
authored
Update renovate.json
1 parent ec6e64b commit 699a0e6

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

renovate.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"config:base"
5-
]
3+
"extends": ["config:base"],
4+
"prConcurrentLimit": 3,
5+
"prHourlyLimit": 1,
6+
"recreateWhen": "auto",
7+
"prCreation": "not-pending",
8+
"packageRules": [
9+
{
10+
"groupName": "all dependencies",
11+
"matchUpdateTypes": ["minor", "patch"]
12+
}
13+
],
14+
"labels": ["dependencies"]
615
}

0 commit comments

Comments
 (0)