chore(ci): add Renovate config for grouped dependency updates#417
Merged
jrusso1020 merged 1 commit intomainfrom Apr 22, 2026
Merged
chore(ci): add Renovate config for grouped dependency updates#417jrusso1020 merged 1 commit intomainfrom
jrusso1020 merged 1 commit intomainfrom
Conversation
miguel-heygen
approved these changes
Apr 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds a
.github/renovate.jsonconfig for the Renovate GitHub App, which needs to be installed on the repo after this merges.Why
This monorepo currently has no dependency-update bot configured. Dependabot would create a separate PR per package per update (noisy for a workspace repo). Renovate supports grouping, batching, and lock-file maintenance across Bun workspaces, which scales better — it's what Vite/Vitest/Astro/Remotion all use for the same reason.
How
.github/renovate.jsonuses:config:recommended+:semanticCommits+:dependencyDashboardas the basebefore 6am on monday, LA time) so updates land in one batch, not continuously@hyperframes/*) disabled — those are local workspace refs, not external depsbun.lockOne follow-up step after this merges: install the Renovate GitHub App on
heygen-com/hyperframesfrom https://github.com/apps/renovate. Renovate will open an onboarding PR againstmainconfirming the config.Test plan
$schema)