Skip to content

Commit 7f170ec

Browse files
Add 12-hour buffer to Renovate's minimumReleaseAge (#151)
This prevents timing synchronization issues between Renovate's release age checks and Bun's package manager checks, ensuring packages have definitively met the minimum release age before PRs are created. Co-authored-by: Justin Bennett <just-be-dev@users.noreply.github.com> Merge conflict resolution: keep 12-hour buffer and add automerge rules Co-authored-by: Justin Bennett <just-be-dev@users.noreply.github.com> Merge branch 'main' into renovate/bun-1.x Buffer minimum release age for renovate Renovate and bun are disagreeing on the minimum release age of a package. Making renovate more conservative than bun so by the time the PR is open bun is for sure enabled. Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
1 parent b545f82 commit 7f170ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"config:best-practices",
55
"mergeConfidence:all-badges"
66
],
7-
"minimumReleaseAge": "7 days",
7+
"minimumReleaseAge": "7 days 12 hours",
88
"packageRules": [
99
{
1010
"description": "Automerge TypeScript type definitions if CI passes",

0 commit comments

Comments
 (0)