Skip to content

Commit 0dabe45

Browse files
authored
fix: update Renovate configuration for PR limits and recreation strategy (#48)
1 parent 0a7caa3 commit 0dabe45

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

renovate.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@
33
"extends": ["config:recommended"],
44
"labels": ["dependencies"],
55
"rangeStrategy": "bump",
6-
"onboarding": false,
76
"dependencyDashboard": true,
87
"dependencyDashboardApproval": false,
98
"prCreation": "immediate",
109
"prHourlyLimit": 0,
10+
"prConcurrentLimit": 0,
11+
"branchConcurrentLimit": 0,
12+
"recreateWhen": "always",
1113
"lockFileMaintenance": {
1214
"enabled": true,
1315
"automerge": true,

0 commit comments

Comments
 (0)