Skip to content

Commit 69f77b4

Browse files
authored
chore: update renovate concurrency
1 parent 3ca6c5f commit 69f77b4

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

renovate.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:base"
5+
],
6+
"prHourlyLimit": 2,
7+
"prConcurrentLimit": 2,
8+
"dependencyDashboard": true,
9+
"lockFileMaintenance": {
10+
"enabled": true,
11+
"automerge": true
12+
},
13+
"packageRules": [
14+
{
15+
"matchUpdateTypes": ["minor", "patch"],
16+
"matchCurrentVersion": "!/^0/",
17+
"automerge": true
18+
}
19+
]
20+
}

0 commit comments

Comments
 (0)