4 Commits

Author SHA1 Message Date
Ryan Walters
71ddaadaa0 chore(config): reduce renovate commit frequency to weekly
Consolidates dependency updates to reduce noise:
- Schedule changed to weekly (Monday mornings only)
- All non-major updates grouped into single weekly PR
- Major updates still get individual PRs for review
- Security updates remain immediate (unchanged)

This reduces commit frequency from 10-15/week to ~1-2/week while
maintaining test requirements and security responsiveness.
2025-11-05 23:26:28 -06:00
ed1b1e1598 chore(config): format renovate config for consistency
Reformat .github/renovate.json arrays to single-line format for
better readability and consistency with common JSON formatting
practices.
2025-10-27 02:24:44 -05:00
renovate[bot]
fd6c23e44f chore(config): migrate config .github/renovate.json 2025-10-26 19:42:53 -05:00
c17f733da1 ci: implement comprehensive CI/CD and workflow automation
- Add GitHub Actions workflows for CI, release, and deployment
- Configure Renovate for automated dependency updates
- Set up Husky pre-commit hooks with lint-staged
- Add commitlint for enforcing Conventional Commits
- Configure semantic-release for automated versioning
- Add Prettier configuration for consistent formatting
- Reformat codebase with new formatting rules
2025-10-22 02:48:18 -05:00