chore(renovate): migrate from dependabot#6
Conversation
Greptile SummaryThis PR migrates dependency update automation from Dependabot to Renovate by removing
Confidence Score: 5/5Safe to merge — the change is purely a tooling configuration swap with no code, dependency versions, or workflow logic affected. The old Dependabot file is cleanly removed and the new Renovate config is minimal and correctly formed, delegating all scheduling and grouping decisions to the shared organisation preset. There is nothing here that can break a build or affect production behaviour. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Dependency update triggered] --> B{Tool}
B -- Before PR --> C[Dependabot\n.github/dependabot.yml]
B -- After PR --> D[Renovate\nrenovate.json]
C --> E[Inline schedule/group config\nnpm + github-actions]
D --> F[github>sebastian-software/renovate-config\nShared preset]
F --> G[Centralised org-level rules]
Reviews (1): Last reviewed commit: "chore(renovate): migrate from dependabot" | Re-trigger Greptile |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6 +/- ##
=======================================
Coverage 86.52% 86.52%
=======================================
Files 27 27
Lines 549 549
Branches 112 116 +4
=======================================
Hits 475 475
Misses 74 74 🚀 New features to boost your workflow:
|
Summary
Notes
sebastian-software/renovate-config