Skip to content

Comments

fix: update renovate rules#572

Merged
gjtorikian merged 3 commits intomainfrom
update-renovate-config
Feb 23, 2026
Merged

fix: update renovate rules#572
gjtorikian merged 3 commits intomainfrom
update-renovate-config

Conversation

@workos-sdk-automation
Copy link
Contributor

Summary

Updates Renovate configuration to reduce noise and improve dependency management:

  • Monthly schedule: Runs on the third Tuesday of the month before 12pm UTC
  • Conflict-only rebasing: Only rebases PRs when they have conflicts
  • Grouped minor/patch with automerge: Minor and patch updates are grouped together and automerged
  • Separate major/digest PRs without automerge: Major and digest updates get their own PRs and require manual review

This aligns with the configuration in workos-node#1495.

@workos-sdk-automation workos-sdk-automation bot requested a review from a team as a code owner February 23, 2026 16:41
@greptile-apps
Copy link
Contributor

greptile-apps bot commented Feb 23, 2026

Greptile Summary

Updates Renovate configuration to align with workos-node settings, reducing maintenance noise through monthly scheduling and strategic automerging.

  • Switches from config:recommended to config:base preset
  • Implements monthly update schedule (third Tuesday before 12pm UTC)
  • Enables conflict-only rebasing to reduce unnecessary CI runs
  • Groups and automerges minor/patch updates while keeping major/digest updates separate for manual review
  • Removes $schema field (consider re-adding for IDE support)

Confidence Score: 4/5

  • Safe to merge with minimal risk - configuration changes are well-documented and align with established patterns
  • Config-only change with clear intent and reference implementation. The automerge settings for minor/patch updates are reasonable for dependency management, though the removal of $schema is a minor loss of developer experience
  • No files require special attention

Important Files Changed

Filename Overview
renovate.json Updates Renovate config with monthly schedule, conflict-based rebasing, and automerge rules for minor/patch updates; removes $schema field

Last reviewed commit: 0226925

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 file reviewed, 1 comment

Edit Code Review Agent Settings | Greptile

gjtorikian and others added 2 commits February 23, 2026 11:49
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
@gjtorikian gjtorikian merged commit 401976b into main Feb 23, 2026
11 checks passed
@gjtorikian gjtorikian deleted the update-renovate-config branch February 23, 2026 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

1 participant