feat(deps): Update Renovate config #6
Reference in New Issue
Block a user
Delete Branch "luke-patch-1"
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?
Decision: Accept
Change Score: 9/10
The changes propose enabling semantic commits in the renovate configuration. This is generally a good practice as it improves the clarity and automation capabilities around commit history. The configuration seems reasonable with
semanticCommitsenabled, scope set todepsand type set tofeat.One minor suggestion: consider if
fixwould be a more appropriatesemanticCommitTypefor dependency updates. It depends on whether these updates primarily introduce new features or fix existing issues (e.g., security vulnerabilities, bug fixes in dependencies).Overall, this is a positive change.