diff --git a/.github/renovate.json5 b/.github/renovate.json5 index d969e5775df5..f2c438812198 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -9,6 +9,14 @@ matchStrings: ["(?[a-z][a-z0-9-]+)=(?[\\d.]+)"], datasourceTemplate: "crate", }, + { + // Keep electronVersion in electron-builder.json in sync with the electron package. + customType: "regex", + fileMatch: ["apps/desktop/electron-builder\\.json$"], + matchStrings: ['"electronVersion":\\s*"(?[\\d.]+)"'], + depNameTemplate: "electron", + datasourceTemplate: "npm", + }, ], packageRules: [ // ==================== Repo-Wide Update Behavior Rules ====================