chore: add renovate configuration#11
Conversation
Configure Renovate for automated dependency updates with: - Conservative automerge strategy (TypeScript only) - Security vulnerabilities always prioritized - Weekly devDependency checks Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 22adf28d96
ℹ️ 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".
| "labels": ["security"], | ||
| "schedule": ["at any time"] | ||
| }, | ||
| "typescript": { |
There was a problem hiding this comment.
Remove unsupported top-level TypeScript block
Renovate validates every config key and reports unknown keys as Invalid configuration option; typescript is not a supported top-level manager/config key for npm projects, so this repository config will fail validation before Renovate can open any dependency or security-update PRs. If the intent is to automerge only the typescript package, put automerge/automergeType in a packageRules entry matching matchPackageNames: ["typescript"] instead.
Useful? React with 👍 / 👎.
Configure Renovate for automated dependency updates with: