ci: add CI + owner auto-merge + dependabot config#26
Merged
Conversation
CI workflow runs typecheck + build via turbo, plus drizzle-kit check against a fresh ephemeral Postgres 16 service container, plus docker image builds for both apps. Owner auto-merge: mirrors sentrix-labs/sentrix pattern. Dependabot: weekly npm (grouped drizzle / tooling / runtime), monthly github-actions + docker. Closes the production-indexer-with-no-CI gap surfaced 2026-05-07. Operator next: configure branch protection ruleset on main with required status checks 'typecheck + build (turbo)' and 'docker images build'.
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.
Adds CI scaffold (turbo typecheck/build + ephemeral Postgres for drizzle-kit check + docker image builds), owner auto-merge mirroring sentrix-labs/sentrix, and dependabot config (grouped npm + monthly actions + monthly docker per app).
Closes the production-indexer-with-no-CI gap surfaced 2026-05-07.
Operator next steps post-merge
mainwith required checks:typecheck + build (turbo)docker images build