Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@
matchStrings: ["(?<depName>[a-z][a-z0-9-]+)=(?<currentValue>[\\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*"(?<currentValue>[\\d.]+)"'],
depNameTemplate: "electron",
datasourceTemplate: "npm",
},
],
packageRules: [
// ==================== Repo-Wide Update Behavior Rules ====================
Expand Down
Loading