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 c24c0c2 commit 5ac719eCopy full SHA for 5ac719e
renovate.json
@@ -1,13 +1,15 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": ["config:base"],
4
+ "prConcurrentLimit": 3,
5
+ "prHourlyLimit": 1,
6
+ "recreateWhen": "auto",
7
+ "prCreation": "not-pending",
8
"packageRules": [
9
- "description": "Accumulate non-major updates into one pull request",
- "matchUpdateTypes": ["minor", "patch"],
- "matchCurrentVersion": ">=1",
- "groupName": "all non-major dependencies",
10
- "groupSlug": "all-minor-patch"
+ "groupName": "all dependencies",
11
+ "matchUpdateTypes": ["minor", "patch"]
12
}
- ]
13
+ ],
14
+ "labels": ["dependencies"]
15
0 commit comments