Add CI and Renovate - #6
Conversation
CI (GitHub Actions): on push to main and on PRs, run bun install (frozen lockfile) → lint → build. Renovate: config:recommended with a dependency dashboard, non-major updates grouped and auto-merged after CI, weekly schedule, and lockfile maintenance. Requires installing the Renovate GitHub App to activate. Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: a23b9c46b7
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
This repo (private, no branch protection) can't enforce required status checks, so GitHub native auto-merge could land dependency PRs without CI passing. Setting platformAutomerge:false makes Renovate confirm CI success itself before merging. Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
|
Codex Review: Didn't find any major issues. Keep them coming! Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
mainand on PRs, runsbun install --frozen-lockfile→bun run lint→bun run build.config:recommended+ dependency dashboard; non-major updates grouped and auto-merged after CI, weekly schedule, lockfile maintenance.Note: Renovate needs the Renovate GitHub App installed on the repo to start running.
🤖 Generated with Claude Code