feat: add minimumReleaseAge for all deps #34

Merged
t.behrendt merged 1 commits from refactor-move-cooldown-to-central-config into main 2026-02-09 19:43:57 +01:00
Owner
No description provided.
t.behrendt requested review from branch-buddy 2026-02-09 19:41:10 +01:00
t.behrendt force-pushed refactor-move-cooldown-to-central-config from 2269082e32 to 7082fcf25e 2026-02-09 19:43:03 +01:00 Compare
t.behrendt merged commit 5d76d05b5d into main 2026-02-09 19:43:57 +01:00
t.behrendt deleted branch refactor-move-cooldown-to-central-config 2026-02-09 19:43:57 +01:00
branch-buddy reviewed 2026-02-09 19:44:02 +01:00
branch-buddy left a comment
Collaborator

The PR title claims to add minimumReleaseAge for all dependencies, but the diff only partially implements this. The JSON syntax is invalid (unclosed object) and the exempted deps rule's minimumReleaseAge=0 may not align with the 'all deps' promise.

The PR title claims to add minimumReleaseAge for all dependencies, but the diff only partially implements this. The JSON syntax is invalid (unclosed object) and the exempted deps rule's minimumReleaseAge=0 may not align with the 'all deps' promise.
Collaborator

Fix JSON syntax error: ensure all objects are properly closed

Fix JSON syntax error: ensure all objects are properly closed
Collaborator

Clarify if the exempted deps rule is intentional or a leftover

Clarify if the exempted deps rule is intentional or a leftover
Collaborator

Verify if all dependency rules now have minimumReleaseAge set as promised in the title

Verify if all dependency rules now have minimumReleaseAge set as promised in the title
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: t.behrendt/renovate-configs#34