-
Notifications
You must be signed in to change notification settings - Fork 18
Labels
CIAn issue related to the continuous integration: linters, formatters, tests, etc.An issue related to the continuous integration: linters, formatters, tests, etc.securitytech-debt
Description
Background
We frequently open small, manual PRs whose sole purpose is to bump dependencies. This is repetitive, time-consuming, and easy to forget — and it feels like something we could automate at least partially.
Other projects already rely on tools like Dependabot or Renovate to proactively open PRs when dependencies can be safely updated. For example: matter-labs/teepot#350.
This idea was also suggested earlier (July 2025), but an issue was never created to track it: #651 (comment).
Automating dependency bumps would:
- Reduce manual maintenance work
- Keep dependencies fresher and more secure
- Standardize how dependency updates are proposed and reviewed
User Story
No response
Acceptance Criteria
- Select Dependabot and/or Renovate
- Tool opens automated PRs for dependency updates
- CI runs on generated PRs
- Dependency PRs are clearly labeled and easy to review
Resources & Additional Notes
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
CIAn issue related to the continuous integration: linters, formatters, tests, etc.An issue related to the continuous integration: linters, formatters, tests, etc.securitytech-debt