[CI] configure automerge for renovate, use devbox for GHA on build+test#1047
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1047 +/- ##
=======================================
Coverage 67.88% 67.88%
=======================================
Files 71 71
Lines 6480 6480
=======================================
Hits 4399 4399
Misses 1808 1808
Partials 273 273 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
9d596f8 to
7a7c9e3
Compare
7a7c9e3 to
4147da9
Compare
fad19f5 to
dc36eb4
Compare
f7aa8a0 to
f2632f6
Compare
f2632f6 to
c9cc503
Compare
komer3
approved these changes
Mar 9, 2026
rosskirkpat
approved these changes
Mar 9, 2026
moshevayner
approved these changes
Mar 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it:
Automerge is enabled on this repo so this PR lets renovate make use of that for anything that's not a major version update which we'll very likely want to manually verify ourselves.
Tests passing and 1 approval are already required for a merge to happen, enabling automerge just requires one less click to merge once approved and tests are all green.
This also updates the build/test actions in GHA to use devbox to mimic dev workflow to make sure dependency bumps on devbox are verified. We need to remove
disable-sudofor devbox to work on hardened runners for the appropriate job where needed.TODOs: