Skip to content

Commit

Permalink
fix: use default preset prConcurrentLimitNone
Browse files Browse the repository at this point in the history
instead of manually specifying the limit
  • Loading branch information
OmarJaroudi committed Mar 25, 2024
1 parent 8afe633 commit 49e1166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
":ignoreUnstable",
":enableVulnerabilityAlertsWithLabel(security)",
":rebaseStalePrs",
":prConcurrentLimitNone",
":prHourlyLimitNone"
],
"prConcurrentLimit": 0,
"pre-commit": {
"enabled": true
},
Expand Down

0 comments on commit 49e1166

Please sign in to comment.