Removed package-local Renovate preset from theme-translations#528
Conversation
The translation auto-merge rule now ships as part of the shared theme preset in `TryGhost/renovate-config` (`theme.json5`), and no theme repository extends the package-local `renovate-config.json` anymore. Deleted the file, dropped it from the published `files` list in `package.json`, and removed the README references including the migration TODO, so the shared preset is the single source of truth for Renovate rules going forward.
|
Caution Review failedPull request was closed or merged during review No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
💤 Files with no reviewable changes (1)
WalkthroughThis PR removes the package-local Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
The translation auto-merge rule for
@tryghost/theme-translationshas officially moved into the shared theme preset inTryGhost/renovate-config(theme.json5), and no theme repository extends the package-localrenovate-config.jsonanymore.This removes the now-unused local preset:
packages/theme-translations/renovate-config.jsonfileslist inpackage.jsonThe shared theme preset is now the single source of truth for Renovate rules.
Verified with
npm testinpackages/theme-translations(all tests pass).