feat(renovate): update to shared renovate config's#1006
Merged
Conversation
|
tdeekens
approved these changes
Jan 23, 2026
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.
Summary
Migrates the repository to use the commercetools shared renovate configuration while maintaining repository-specific overrides for uncovered dependencies and avoiding circular dependency issues.
Changes
Configuration Structure
Before:
config:base,:pinOnlyDevDependencies,schedule:monthlyAfter:
github>commercetools/renovate-configLibraries Extended
The following shared configurations are now included:
default.json- Base configuration with best practiceslibraries/application-kit.json- Application Kit packageslibraries/babel.json- Babel packageslibraries/git-workflow.json- Git workflow tools (commitlint, husky, lint-staged)libraries/graphql-codegen.json- GraphQL Code Generator packageslibraries/linting.json- Linting packages (ESLint, Prettier)libraries/typescript.json- TypeScript packagescomposite/testing.json- Testing packages (Jest, etc.)platforms/nodejs.json- Node.js platformplatforms/pnpm.json- pnpm package managerNote: Explicitly excludes
libraries/test-data.jsonto prevent circular dependency (this repository IS the test-data package).Repository-Specific Package Rules
Added custom grouping for dependencies not covered by the shared config:
@changesets/changelog-github,@changesets/cli@manypkg/cli,@manypkg/find-root,@preconstruct/clibabel-plugin-module-resolver,cross-env,dotenv,find-up,tsc-filesExpected Behavior Changes
Schedule
Lock File Maintenance
pnpm-lock.yamlupdates)Dependency Grouping
PRs will be grouped by ecosystem:
Additional Inherited Settings
Validation
✅ Configuration validated successfully using
renovate-config-validator✅ No circular dependency detected
✅ All repository-specific dependencies accounted for
References