Skip to content

Enable Renovate auto-merge#229

Merged
compscidr merged 1 commit intomainfrom
feat/renovate-automerge
Mar 16, 2026
Merged

Enable Renovate auto-merge#229
compscidr merged 1 commit intomainfrom
feat/renovate-automerge

Conversation

@compscidr
Copy link
Owner

Adds automerge, automergeType, and platformAutomerge to renovate.json so that Renovate PRs auto-merge after CI passes.

Copilot AI review requested due to automatic review settings March 16, 2026 18:14
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Enables Renovate to automatically merge its dependency update PRs, aligning dependency maintenance with a “merge after CI passes” workflow.

Changes:

  • Enable Renovate automerge globally.
  • Configure automerge to occur via PRs.
  • Enable platform (GitHub) auto-merge integration.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +6 to +8
"automerge": true,
"automergeType": "pr",
"platformAutomerge": true
],
"automerge": true,
"automergeType": "pr",
"platformAutomerge": true
@codecov
Copy link

codecov bot commented Mar 16, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 61.49%. Comparing base (aea16eb) to head (6f4daa4).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main     #229      +/-   ##
============================================
+ Coverage     61.15%   61.49%   +0.33%     
+ Complexity      232      229       -3     
============================================
  Files            15       15              
  Lines          2070     2070              
  Branches        315      315              
============================================
+ Hits           1266     1273       +7     
+ Misses          623      613      -10     
- Partials        181      184       +3     
Flag Coverage Δ
libunittests 61.49% <ø> (+0.33%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@compscidr compscidr merged commit f56e6b5 into main Mar 16, 2026
7 checks passed
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.

2 participants