chore: Configure Renovate#95
Merged
designcode merged 2 commits intomainfrom May 9, 2026
Merged
Conversation
Greptile SummaryThis PR onboards Renovate by adding a minimal
Confidence Score: 5/5Safe to merge — adds only a minimal Renovate config file with no logic changes. The change is a single new JSON file with six lines, delegating all behavior to Renovate's well-maintained recommended preset. Nothing in the codebase is modified, and the bot will not act until this PR is merged. No files require special attention. Important Files Changed
Reviews (1): Last reviewed commit: "Add renovate.json" | Re-trigger Greptile |
Renovate config: - Group related ecosystems so we get one PR per ecosystem instead of per package: aws-sdk (sdk + crypto + smithy), changesets, commitlint, biome, react (peer + test deps), keyv, github-actions, pnpm. - Auto-merge devDependency patches/minors, GitHub Actions patches/minors, and weekly lockfile maintenance. - Schedule weekly with prHourlyLimit=4 and prConcurrentLimit=10; security alerts override the schedule. - Throttle major-version updates to every two weeks so we batch them instead of getting one every Monday. - Run weekly lockfile maintenance Mondays before 6am; pnpmDedupe after every update. - Use semantic commit scope `deps` (matches our commitlint scope rule). Workflow tweaks: - Drop the explicit `version: 10.33.4` from pnpm/action-setup in pr.yaml and release.yaml. The action reads `package.json#packageManager` automatically, so the pnpm version now lives in exactly one place. - Drop the changeset gate from pr.yaml. The gate's purpose was to force every package change to declare its own release; we'll rely on PR review to ensure changesets are added when needed instead. This also removes the need for a Renovate-PR auto-changeset workflow. Assisted-by: Claude Opus 4.7 (1M context) via Claude Code Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
b36d483 to
8a95300
Compare
designcode
approved these changes
May 9, 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.
Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.
🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.
📚 See our Reading List for relevant documentation you may be interested in reading.
🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to
renovate.jsonin this branch. Renovate will update the Pull Request description the next time it runs.Detected Package Files
.devcontainer/devcontainer.json(devcontainer).devcontainer/Dockerfile(dockerfile).github/workflows/pr.yaml(github-actions).github/workflows/release.yaml(github-actions)package.json(npm)packages/agent-kit/package.json(npm)packages/iam/package.json(npm)packages/keyv-tigris/package.json(npm)packages/react/package.json(npm)packages/storage/package.json(npm)pnpm-workspace.yaml(npm)shared/package.json(npm)Configuration Summary
Based on the default config's presets, Renovate will:
fixfor dependencies andchorefor all others if semantic commits are in use.node_modules,bower_components,vendorand various test/tests (except for nuget) directories.depsfor all commits and PR titles.What to Expect
With your current configuration, Renovate will create 10 Pull Requests:
chore(deps): update dependency @types/node to v20.19.40
renovate/node-20.x-lockfilemain20.19.40chore(deps): update dependency publint to v0.3.20
renovate/publint-0.x-lockfilemain0.3.20chore(deps): update aws-sdk to v3.1045.0
renovate/aws-sdkmain3.1045.03.1045.03.1045.0chore(deps): update commitlint to v21 (major)
renovate/major-commitlintmain^21.0.0^21.0.0chore(deps): update dependency @types/node to v24
renovate/node-24.xmain^24.0.0chore(deps): update dependency typescript to v6
renovate/typescript-6.xmain^6.0.0chore(deps): update ghcr.io/devcontainers/features/node docker tag to v2
renovate/ghcr.io-devcontainers-features-node-2.xmain2chore(deps): update github-actions to v6 (major)
renovate/major-github-actionsmainv6v6v6chore(deps): update pnpm to v11
renovate/major-pnpmmain11.0.9chore(deps): lock file maintenance
renovate/lock-file-maintenancemain🚸 PR creation will be limited to maximum 4 per hour, so it doesn't swamp any CI resources or overwhelm the project. See docs for
prHourlyLimitfor details.❓ Got questions? Check out Renovate's Docs, particularly the Getting Started section.
If you need any further assistance then you can also request help here.
This PR was generated by Mend Renovate. View the repository job log.