[PM-36609] Add regex manager for updating electronVersion on electron updates#20520
[PM-36609] Add regex manager for updating electronVersion on electron updates#20520
Conversation
🤖 Bitwarden Claude Code ReviewOverall Assessment: APPROVE Adds a Renovate custom regex manager to keep Code Review DetailsNo findings. |
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #20520 +/- ##
==========================================
- Coverage 47.02% 47.01% -0.01%
==========================================
Files 3951 3951
Lines 119648 119648
Branches 18325 18325
==========================================
- Hits 56265 56257 -8
- Misses 59141 59150 +9
+ Partials 4242 4241 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|



🎟️ Tracking
https://bitwarden.atlassian.net/browse/PM-36609
📔 Objective
We currently have to manually update the
electron-builder.jsonelectronVersionfor each electron update.This PR adds in a custom
regexmanager to look inelectron-builder.jsonand update the version whenelectronupdates.This is similar to what we do for the Rust toolchain update already.