ci: add Dependabot, security audit, release-please, and CI optimization#64
Merged
jackwener merged 7 commits intojackwener:mainfrom Mar 18, 2026
Merged
ci: add Dependabot, security audit, release-please, and CI optimization#64jackwener merged 7 commits intojackwener:mainfrom
jackwener merged 7 commits intojackwener:mainfrom
Conversation
- Weekly npm dependency updates with PR limit of 10 - Weekly GitHub Actions version updates with PR limit of 5 - Conventional commit prefixes (chore(deps), chore(ci))
- Run npm audit on push/PR and weekly schedule - Fail on high-severity vulnerabilities using audit-ci - Only audit production dependencies
- Auto-generate CHANGELOG.md from Conventional Commits - Create version bump PRs on push to main - Works alongside existing release.yml for npm publish
- Add concurrency groups to ci, e2e-headed, security workflows to cancel duplicate runs on the same branch - Test unit tests across Node 18/20/22 with fail-fast: false - Update test step name to show Node version
- Update engines.node in package.json to >=20.0.0 - Update prerequisites in README.md and README.zh-CN.md - Remove Node 18 from CI test matrix
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.
Description
Add CI/CD automation and hardening for the opencli project (Roadmap Phase 7.5, 7.6, 7.8, 7.9).
Changes
Dependabot
chore(deps),chore(ci))Security Audit
npm audit+audit-cion push/PR and weeklyChangelog Automation
CI Optimization
concurrencygroups to ci.yml, e2e-headed.yml, security.yml— cancels duplicate runs on the same branch18/20/22) for unit tests withfail-fast: falseChecklist