feat: add minimumReleaseAge for all deps #34
Reference in New Issue
Block a user
Delete Branch "refactor-move-cooldown-to-central-config"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
2269082e32to7082fcf25eThe 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.
Fix JSON syntax error: ensure all objects are properly closed
Clarify if the exempted deps rule is intentional or a leftover
Verify if all dependency rules now have minimumReleaseAge set as promised in the title