Skip to content

Add Renovate configuration for automated dependency management - #33

Open
kantacky wants to merge 1 commit into
mainfrom
claude/renovate-setup-439l1f
Open

kantacky wants to merge 1 commit into
mainfrom
claude/renovate-setup-439l1f

Conversation

@kantacky

@kantacky kantacky commented Sep 8, 2026

Copy link
Copy Markdown
Member

Summary

This PR introduces a Renovate configuration file to enable automated dependency updates and maintenance for the project.

Key Changes

  • Added renovate.json with recommended configuration preset
  • Enabled dependency dashboard and semantic commit messages
  • Configured weekly update schedule in Asia/Tokyo timezone
  • Set up automated lock file maintenance on Monday mornings
  • Configured auto-merge for dev dependency minor and patch updates
  • Added special handling for Node.js version management via mise
  • Grouped Next.js core packages (react, react-dom, next) for coordinated updates

Implementation Details

  • Uses Renovate's recommended configuration as the base
  • Groups all non-major updates together to reduce PR noise
  • Dev dependencies are automatically merged when safe (minor/patch only)
  • Lock file maintenance runs weekly before 6 AM on Mondays to keep dependencies fresh
  • Next.js ecosystem packages are grouped to ensure compatibility between related packages
  • All dependency PRs are labeled with "dependencies" for easy filtering

https://claude.ai/code/session_01QhBMBpjegevedg7p3VLjyR

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01QhBMBpjegevedg7p3VLjyR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants