Skip to content

Use renovate-config repo directly for Renovate presets#40

Open
ErisDS wants to merge 1 commit intomainfrom
chore/use-renovate-config-directly
Open

Use renovate-config repo directly for Renovate presets#40
ErisDS wants to merge 1 commit intomainfrom
chore/use-renovate-config-directly

Conversation

@ErisDS
Copy link
Member

@ErisDS ErisDS commented Feb 25, 2026

Summary

  • replace package-style @tryghost: preset usage with github>TryGhost/renovate-config
  • standardize shared Renovate configuration on the dedicated renovate-config repository
  • remove indirection from older preset reference patterns

For a while, Renovate recommended using the .github repo to store shared presets. In our case, that setup is mostly just an alias to renovate-config, and it adds indirection and confusion about what our standard source should be.

Going forward, we don't want to use the .github repo for this. Having a dedicated renovate-config repo is more intuitive, so this switches to the direct preset source and standardizes where shared Renovate config comes from.
@coderabbitai
Copy link

coderabbitai bot commented Feb 25, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 0069dbe and 00cebbc.

📒 Files selected for processing (1)
  • renovate.json

Walkthrough

A single line in renovate.json is modified, replacing the extends preset value from "@TryGhost:quietJS" to "github>TryGhost/renovate-config". No other configuration fields are altered, and the change has no impact on control flow or error handling logic.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely summarizes the main change: replacing the Renovate preset configuration to use the renovate-config repo directly instead of an indirect package-style reference.
Description check ✅ Passed The description is well-related to the changeset, providing clear context about replacing the @tryghost: preset with github>TryGhost/renovate-config and explaining the rationale for standardization and removing indirection.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch chore/use-renovate-config-directly

Comment @coderabbitai help to get the list of available commands and usage tips.

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.

1 participant