feat: configure renovate for dependency management - #422
Draft
mvgadagi wants to merge 3 commits into
Draft
Conversation
- Remove concurrent and hourly PR limits to allow Renovate flexibility in scheduling - Change default label from "dependencies" to "renovate" for better categorization - Enhance package rule descriptions with clearer rationales for isolation and grouping strategies - Remove package.json from Node.js version custom manager patterns (handled by npm manager) - Simplify NODE_VERSION regex pattern in custom manager configuration - Format all array values across package rules with proper indentation for consistency - Add npm manager to Node.js runtime rule to ensure version alignment across both package.json and CI workflows - Improve workspace labels descriptions for packages/, apps/, github-actions/, lib/, and website/ directories
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
Adds a
renovate.jsonconfiguration to automate dependency update PRs via Renovate. This replaces manual dependency tracking with an opinionated, low-noise setup tailored to the monorepo structure.Type of Change
Changes Made
Renovate configuration (
renovate.json)config:recommended,:dependencyDashboard, and:semanticCommitsfor sensible defaults and conventional commit messages.pnpm-lock.yamlfresh.NODE_VERSIONin GitHub Actions workflow YAML files alongsidepackage.jsonengine constraints.Grouping strategy
Isolated packages (individual PRs)
@types/vscodeaxioseslinttypescript-eslint@o3r/*(Otter)pnpmnodepackage.jsonand CI workflows via custom regex managerWorkspace labeling
PRs are auto-labeled by monorepo area (
workspace:packages,workspace:apps,workspace:github-actions,workspace:lib,workspace:website) for easy filtering..gitignoreupdateAdded
!renovate.jsonexception so the config is tracked (the repo ignores/*.jsonby default).Testing
Test Coverage
Manual Testing Steps
https://docs.renovatebot.com/renovate-schema.json.gitignoreexception correctly tracksrenovate.jsonChecklist
Reviewer Guidelines
Please pay special attention to:
@types/vscode8-month delay aligns with the current VS Code engine target policyBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache License 2.0.