Skip to content

Commit

Permalink
Lower Renovate minimumReleaseAge to 3 days
Browse files Browse the repository at this point in the history
72 hours is the minimum needed before a version is irrevokable from the
NPM registry.

Signed-off-by: Jeremy Ho <[email protected]>
  • Loading branch information
jujaga committed Dec 2, 2024
1 parent 5e22bde commit 85a65c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"lockFileMaintenance": {
"enabled": false
},
"minimumReleaseAge": "3 days",
"prConcurrentLimit": 2,
"pruneStaleBranches": true,
"rangeStrategy": "pin",
Expand Down

0 comments on commit 85a65c2

Please sign in to comment.